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

TcxGridBand.ActuallyVisible Property

Determines whether the current band is visible within a View.

#Declaration

Delphi
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