SPMobileDispFormNavigation.CurrentItemIndex Property
Gets the index of the current list item in the list.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property CurrentItemIndex As Integer
Get
'Usage
Dim value As Integer
value = Me.CurrentItemIndex
protected int CurrentItemIndex { get; }
Property Value
Type: System.Int32
The index in the collection of list items of the current item.
See Also
Reference
SPMobileDispFormNavigation Class