Click or drag to resize

ITreeItemTExpandable Property

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Expandable { get; }

Property Value

Type: Boolean
true if expandable; otherwise, false.
Remarks
When true, this will typically show a glyph that can be clicked to expand the item to show its children. When false, the glyph is not shown and the node is not expandable by the user.
See Also