BaseListControlItems Property
Gets an object representing the collection of the items contained in this list control
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public BaseListControlObjectCollection Items { get; }
Public ReadOnly Property Items As BaseListControlObjectCollection
Get
public:
property BaseListControlObjectCollection^ Items {
BaseListControlObjectCollection^ get ();
}
member Items : BaseListControlObjectCollection with get
Property Value
BaseListControlObjectCollection 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.