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 lowest 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 LowestDataItemIndex As Integer
Get
'Usage
Dim instance As SPGridView
Dim value As Integer
value = instance.LowestDataItemIndex
public int LowestDataItemIndex { get; }
Property Value
Type: System.Int32
The lowest index value.