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

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:

  • The Visible property is set to True.

  • All ancestors of the node are expanded.

Otherwise, the IsVisible property returns False.

Note

Call the node’s MakeVisible procedure to bring the node into view.

See Also