Table of Contents

Property Items

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Items

Gets a collection containing all items in the control.

public Collection<ListViewItem> Items { get; }

Property Value

Collection<ListViewItem>

A Collection<T> that contains all the items in the ListView control.

Remarks

Using the Collection<T> returned by this property, you can add items, remove items, and obtain a count of items.