ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / Items Property

In This Topic
    Items Property (C1ListView)
    In This Topic
    Gets the collection of list view items.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Items As ListViewItemsCollection
    public new ListViewItemsCollection Items {get;}
    See Also