C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBoundRow Class / DataIndex Property


In This Topic
DataIndex Property (GridBoundRow)
In This Topic
Gets the index of the data inside the collection of items.
Syntax
'Declaration
 
Public ReadOnly Property DataIndex As Integer
 
'Usage
 
Dim instance As GridBoundRow
Dim value As Integer
 
value = instance.DataIndex
See Also