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

TcxTreeListNode.IsHidden Property

Indicates if the node is hidden in the View (filtered out).

#Declaration

Delphi
property IsHidden: Boolean read;

#Property Value

Type
Boolean

#Remarks

This property returns True if any of the following conditions are met:

  • The node’s or its parents’ Visible property is set to False;

  • The node is filtered out via the TreeList control’s Filter property or the OnFilterNode event.

Hidden nodes return -1 as their VisibleIndex property value.

See Also