Click or drag to resize

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; }

Property Value

Type: ListItemCollection
The 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