| Name | Description | |
|---|---|---|
|  | C1ListViewItemCollection Constructor | Explicit constructor for C1ListViewItemCollection. | 
The following tables list the members exposed by C1ListViewItemCollection.
| Name | Description | |
|---|---|---|
|  | C1ListViewItemCollection Constructor | Explicit constructor for C1ListViewItemCollection. | 
| Name | Description | |
|---|---|---|
|  | Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1ListViewItemCollectionOwner,C1ListViewItem>) | 
|  | Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | 
|  | Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1ListViewItemCollectionOwner,C1ListViewItem>) | 
| Name | Description | |
|---|---|---|
|  | Add | Adds new listview item to the end of the list. | 
|  | Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | 
|  | Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | 
|  | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | 
|  | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | 
|  | Insert | Insert C1MenuItem item to specific position into the collection. | 
|  | Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | 
|  | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | 
| Name | Description | |
|---|---|---|
|  | Cleared | Fires after the item is cleared. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1ListViewItemCollectionOwner,C1ListViewItem>) | 
|  | ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1ListViewItemCollectionOwner,C1ListViewItem>) | 
|  | ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1ListViewItemCollectionOwner,C1ListViewItem>) | 
|  | ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1ListViewItemCollectionOwner,C1ListViewItem>) |