Skip to main content

TcxTreeListNode.IsHidden Property

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

Declaration

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