TdxTreeCustomNode.Expanded Property
Specifies if the node is expanded.
Declaration
property Expanded: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | If the property is set to True, the node is expanded; otherwise, it is collapsed. |
Remarks
The default value of the Expanded property is False.
See Also