TdxTreeCustomNode.Visible Property
In This Article
Specifies if the node is visible.
#Declaration
Delphi
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