Share via


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)

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