Back to Devexpress

TdxOcNode.Expanded Property

vcl-dxorgchr-dot-tdxocnode.md

latest798 B
Original Source

TdxOcNode.Expanded Property

Specifies whether the tree node is expanded.

Declaration

delphi
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

TdxOcNode.Collapse

TdxOcNode.Expand

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit