Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeCustomNode.HasChildren Property

Specifies whether the node expand button is visible if the node has no children.

#Declaration

Delphi
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