Base List ControlItems 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: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public BaseListControlObjectCollection Items { get; }VB
Public ReadOnly Property Items As BaseListControlObjectCollection
GetC++
public:
property BaseListControlObjectCollection^ Items {
BaseListControlObjectCollection^ get ();
}F#
member Items : BaseListControlObjectCollection with getProperty Value
BaseListControlObjectCollectionRemarks
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.