Click or drag to resize

ITreeItem Interface

Interface for an item in a TreeView

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ITreeItem : IImageListItem, 
	IListItem, ITreeStore, IDataStore<ITreeItem>, ITreeItem<ITreeItem>
Remarks
This can be used instead of TreeItem when you want to use your own class as the item object of a tree.
See Also