BaseListControl.Items 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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public BaseListControl.ObjectCollection Items { get; }
Public ReadOnly Property Items As BaseListControl.ObjectCollection
Get
public:
property BaseListControl.ObjectCollection^ Items {
BaseListControl.ObjectCollection^ get ();
}
member Items : BaseListControl.ObjectCollection with get
Property Value
BaseListControl.ObjectCollection 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.