Click or drag to resize

TreeGridItemExpanded Property

Gets or sets a value indicating whether this TreeGridItem 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