ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItemsCollection Class / Item Property

In This Topic
    Item Property
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ListViewItem
    public ListViewItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also