Skip to main content
A newer version of this page is available. .

TdxTreeCustomNode.Visible Property

Specifies if the node is visible.

Declaration

property Visible: Boolean read; write;

Property Value

Type Description
Boolean

If the Visible property is set to True, the node is visible; otherwise, it is hidden.

Remarks

The default value of the Visible property is True.

See Also