Click or drag to resize

GridViewIHandlerDataStore Property

Gets or sets the data store for the items to show in the grid.

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

Property Value

Type: IEnumerableObject
The grid's data store.
See Also