CheckBoxListItems Property |
Gets the item collection, when adding items programatically.
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 item collection.
Remarks
This is used when you want to add items manually. Use the
DataStore
when you have an existing collection you want to bind to directly.
See Also