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

In This Topic
    DataCollection Property (ListViewItemsCollection)
    In This Topic
    Gets the data collection this list is wrapping.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property DataCollection As C1.DataCollection.IDataCollection(Of ListViewItem)
    protected override C1.DataCollection.IDataCollection<ListViewItem> DataCollection {get;}
    See Also