TdxTreeViewNode.IsVisible Property
In This Article
Identifies if the node is visible.
#Declaration
Delphi
property IsVisible: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean | True if the node is visible; otherwise, False. |
#Remarks
The IsVisible property returns True only if the following conditions are met:
Otherwise, the IsVisible property returns False.
Note
Call the node’s Make
See Also