NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridPagerStyle.Visible

Controls whether the paging UI is to be shown. The default value is true.

[Visual Basic]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
[C++]
public: __property bool get_Visible();
public: __property void set_Visible(bool);
[JScript]
public function get Visible() : Boolean;
public function set Visible(Boolean);

See Also

DataGridPagerStyle Class | DataGridPagerStyle Members | System.Web.UI.WebControls Namespace