Property Items
Items
Gets a collection containing all items in the control.
public virtual BaseCollection<ListViewItem> Items { get; }Property Value
- BaseCollection<ListViewItem>
- A BaseCollection<T> that contains all the items in the ListView control. 
Remarks
Using the BaseCollection<T> returned by this property, you can add items, remove items, and obtain a count of items.