ITreeItemTExpanded Property |
Gets or sets a value indicating whether this
ITreeItemT is expanded.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool Expanded { get; set; }
Property Expanded As Boolean
Get
Set
abstract Expanded : bool with get, set
Property Value
Type:
Booleantrue if expanded; otherwise,
false.
Remarks
When expanded, the children of the tree item will be shown.
This will be set automatically by the
TreeGridView when the item is expanded or collapsed
and keep in in sync with the view.
See Also