Skip to main content

TcxGridBand.ActuallyVisible Property

Determines whether the current band is visible within a View.

Declaration

property ActuallyVisible: Boolean read;

Property Value

Type
Boolean

Remarks

Use the ActuallyVisible property to determine the visibility of the current band within the View. Unlike the Visible property, this property indicates the band’s actual visible state when its parent band (if any) gets hidden and as a result the current band gets hidden too. For a band which is not explicitly hidden, the ActuallyVisible property in this case returns False, while the Visible property returns True.

See Also