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

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