Click or drag to resize

ITreeItemTExpanded Property

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

Property Value

Type: Boolean
true 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