Click or drag to resize

ITreeGridItem Interface

Interface for an item in a TreeGridView.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ITreeGridItem : ITreeItem<ITreeGridItem>
Remarks
This is the base interface for items in a tree grid. Use this interface if you wish to use your own class for items in a tree. Otherwise, you can use the standard TreeGridItem.
See Also