ComponentOne Xamarin.iOS
DataIndex Property (GridBoundRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBoundRow Class : DataIndex Property
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
public int DataIndex {get;}
See Also

Reference

GridBoundRow Class
GridBoundRow Members