SPGridView.HighestDataItemIndex Property

Gets the value representing the highest index value of all displayed items.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property HighestDataItemIndex As Integer
    Get
'Usage
Dim instance As SPGridView
Dim value As Integer

value = instance.HighestDataItemIndex
public int HighestDataItemIndex { get; }

Property Value

Type: System.Int32
The highest index value.

See Also

Reference

SPGridView Class

SPGridView Members

Microsoft.SharePoint.WebControls Namespace