[]
        
(Showing Draft Content)

C1.WPF.ListView.ListViewItemsCollection

ListViewItemsCollection Class

The collection of ListViewItem

Inheritance
ListViewItemsCollection
Namespace: C1.WPF.ListView
Assembly: C1.WPF.ListView.dll
Syntax
public class ListViewItemsCollection : C1DataCollectionList<ListViewItem>
Public Class ListViewItemsCollection
    Inherits C1DataCollectionList(Of ListViewItem)

Constructors

Name Description
ListViewItemsCollection(C1ListView)

Default constructor

Properties

Name Description
DataCollection

Methods

Name Description
Add(object)

Add data object directly

Clear()

Removes all items from the collection.

IndexOf(ListViewItem)
OnCollectionChanged(NotifyCollectionChangedEventArgs)