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 DataStore As ITreeGridStore(Of ITreeGridItem)
Get
Set
abstract DataStore : ITreeGridStore<ITreeGridItem> with get, set
Property Value
Type:
ITreeGridStoreITreeGridItemThe data store.
Remarks See Also