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

In This Topic
    ListViewItemsCollection Class
    In This Topic
    The collection of ListViewItem
    Object Model
    ListViewItemsCollection Class
    Syntax
    'Declaration
     
    Public Class ListViewItemsCollection 
       Inherits C1.DataCollection.C1DataCollectionList(Of ListViewItem)
    public class ListViewItemsCollection : C1.DataCollection.C1DataCollectionList<ListViewItem> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WPF.ListView.ListViewItemsCollection

    See Also