Click or drag to resize

TreeGridViewIHandlerDataStore Property

Gets or sets the data store of tree items.

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

Property Value

Type: ITreeGridStoreITreeGridItem
The data store.
Remarks
Use the TreeGridItemCollection for easy creation of a tree.
See Also