TdxTreeCustomNode.HasChildren Property
Specifies whether the node expand button is visible if the node has no children.
Declaration
property HasChildren: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | If the property is set to True, the node expand button is visible; otherwise, it is hidden. |
Remarks
You cannot use the HasChildren property to hide an expand button if the node has at least one child node.
The default value of the HasChildren property is False.
See Also