Gets or sets the index of the current page.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_pageIndex();
function set_pageIndex(value);

Remarks

Changing of this property causes the data to be sent to server. Sending will be done via postback or callback mechanism depending upon the value of CallbackOptions property.

See Also