Skip to main content

TcxTreeListColumn.IsHidden Property

Indicates whether the column is displayed within the TreeList control.

Declaration

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