| 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
Syntaxpublic virtual bool Expanded { get; set; }Public Overridable Property Expanded As Boolean
	Get
	Set
abstract Expanded : bool with get, set
override Expanded : bool with get, set
Property Value
Type: 
Booleantrue if expanded; otherwise, 
false.
Implements
ITreeItemTExpanded See Also
See Also