ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewGroupItem Class / DataIndex Property

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