Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeViewNode.IsVisible Property

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:

  • 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