ITreeItemTExpandable Property |
Gets a value indicating whether this
ITreeItemT is expandable.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ReadOnly Property Expandable As Boolean
Get
abstract Expandable : bool with get
Property Value
Type:
Booleantrue 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