TcxTreeListColumn.ActuallyVisible Property
In This Article
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