FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class / DataIndex Property

In This Topic
    DataIndex Property (GridDetailRow<TItem>)
    In This Topic
    Gets the index of the data inside the collection of items.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataIndex As Integer
    public int DataIndex {get;}
    See Also