Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.