Property Items
Items
Gets or sets the items of the control.
public virtual BaseCollection<object> Items { get; set; }
Property Value
- BaseCollection<object>
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.