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!

DataGrid.AllowCustomPaging

[To be supplied.]

[Visual Basic]
Overridable Public Property AllowCustomPaging As Boolean
[C#]
public bool AllowCustomPaging {virtual get; virtual set;}
[C++]
public: __property virtual bool get_AllowCustomPaging();
public: __property virtual void set_AllowCustomPaging(bool);
[JScript]
public function get AllowCustomPaging() : Boolean;
public function set AllowCustomPaging(Boolean);

See Also

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