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

TcxTreeListColumn.IsHidden Property

Indicates whether the column is displayed within the TreeList control.

#Declaration

Delphi
property IsHidden: Boolean read;

#Property Value

Type
Boolean

#Remarks

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

  • The column’s Visible property is set to False.

  • The column is not assigned to any band.

  • The band containing the column is hidden.

  • The column’s values are used within the preview section.

To determine whether the column’s values are displayed within the TreeList control, use the ActuallyVisible property.

See Also