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

In This Topic
    DataIndex Property (ListViewItem)
    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