Property Items
Items
Gets the items of the ListControl.
public virtual IListControlItems<object> Items { get; set; }
Property Value
- IListControlItems<object>
An Collection<T> representing the items in the ListControl.
Remarks
This property enables you to obtain a reference to the list of items that are currently stored in the ListControl. With this reference, you can add items, remove items, and obtain a count of the items in the collection.