Click or drag to resize

ListControlDataStore Property

Gets or sets the data store for the items of the list control.

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.
See Also