TreeViewDataStore Property |
Gets or sets the data store.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ITreeStore DataStore { get; set; }
Public Property DataStore As ITreeStore
Get
Set
member DataStore : ITreeStore with get, set
Property Value
Type:
ITreeStoreThe data store.
See Also