| TreeItemExpandable Property  | 
 
            Gets a value indicating whether this 
TreeItem is expandable.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual bool Expandable { get; }Public Overridable ReadOnly Property Expandable As Boolean
	Get
abstract Expandable : bool with get
override Expandable : bool with get
Property Value
Type: 
Booleantrue if expandable; otherwise, 
false.
Implements
ITreeItemTExpandable See Also
See Also