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