BaseListControlItems Property

Gets an object representing the collection of the items contained in this list control

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public BaseListControlObjectCollection Items { get; }

Property Value

BaseListControlObjectCollection

Remarks

When the list control does not have a DataSource, this property allows you to add and remove items. If there is a data source, the collection is read-only.

See Also