Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface ITreeGridItem : ITreeItem<ITreeGridItem>
Public Interface ITreeGridItem
Inherits ITreeItem(Of ITreeGridItem)
type ITreeGridItem =
interface
interface ITreeItem<ITreeGridItem>
end
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