SPGridView.PageIndex property

Provides the index of the current page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Property PageIndex As Integer
    Get
    Set
'Usage
Dim instance As SPGridView
Dim value As Integer

value = instance.PageIndex

instance.PageIndex = value
public override int PageIndex { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace