TdxTreeViewNode.IsVisible Property
Identifies if the node is visible.
Declaration
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 MakeVisible procedure to bring the node into view.
See Also