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.ActuallyVisible Property

Indicates whether the current column is displayed within the TreeList control.

#Declaration

Delphi
property ActuallyVisible: Boolean read;

#Property Value

Type
Boolean

#Remarks

This property returns True if the following conditions are met:

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

  • The column is associated with a band that is currently visible within the TreeList control.

To determine whether the column’s header is displayed within the TreeList control, use the IsHidden property.

See Also