Click or drag to resize

TreeGridItemExpandable Property

Gets a value indicating whether this TreeGridItem is expandable.

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

Property Value

Type: Boolean
true if expandable; otherwise, false.

Implements

ITreeItemTExpandable
See Also