Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRow Class / DataIndex Property


In This Topic
    DataIndex Property (GridGroupRow)
    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 GridGroupRow
    Dim value As Integer
     
    value = instance.DataIndex
    public int DataIndex {get;}
    See Also