Click or drag to resize

TreeItemExpanded Property

Gets or sets a value indicating whether this TreeItem is expanded.

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

Property Value

Type: Boolean
true if expanded; otherwise, false.

Implements

ITreeItemTExpanded
See Also