ListControlItems Property |
Gets the list of items in the control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ListItemCollection Items { get; }
Public ReadOnly Property Items As ListItemCollection
Get
member Items : ListItemCollection with get
Property Value
Type:
ListItemCollectionThe items.
Remarks
This is an alternate to using
DataStore to easily add items to the list, when you do not
want to use custom objects as the source for the list.
This will set the
DataStore to a new instance of a
ListItemCollection.
See Also