TdxOcNode.Expanded Property
Specifies whether the tree node is expanded.
Declaration
property Expanded: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set this property to True or False to expand or collapse the child nodes, respectively.
Note
If the Count property is 0, you cannot change the Expanded
property, which is set to False.
See Also