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.CurrentPageIndex

[To be supplied.]

[Visual Basic]
Public Property CurrentPageIndex As Integer
[C#]
public int CurrentPageIndex {get; set;}
[C++]
public: __property int get_CurrentPageIndex();
public: __property void set_CurrentPageIndex(int);
[JScript]
public function get CurrentPageIndex() : int;
public function set CurrentPageIndex(int);

See Also

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