Skip to main content

TcxTreeListBand.ActuallyVisible Property

Indicates whether the current band displays its contents within the TreeList control.

Declaration

property ActuallyVisible: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the following conditions are met:

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

  • The band is not nested.

  • If the band is nested, its parent band‘s ActuallyVisible property returns True.

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

See Also