Tree item collection.
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public class TreeItemCollection : DataStoreCollection<ITreeItem>,
ITreeStore, IDataStore<ITreeItem>
Public Class TreeItemCollection
Inherits DataStoreCollection(Of ITreeItem)
Implements ITreeStore, IDataStore(Of ITreeItem)
type TreeItemCollection =
class
inherit DataStoreCollection<ITreeItem>
interface ITreeStore
interface IDataStore<ITreeItem>
end
The TreeItemCollection type exposes the following members.
Constructors See Also