Click or drag to resize

CheckBoxListDataStore Property

Gets or sets the data store of the items shown in the list.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IEnumerable<Object> DataStore { get; set; }

Property Value

Type: IEnumerableObject
The data store.
Remarks
When using a custom object collection, you can use the ItemTextBinding and ItemKeyBinding to specify how to get the text/key values for each item.
See Also