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

Specifies the current band’s visibility.

#Declaration

Delphi
property Visible: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the Visible property to specify whether the current band is visible within a View. To make the band invisible, set this property value to False. If the band is hidden, then all columns within it are not visible also.

Hidden bands are displayed in the customization form unless VisibleForCustomization is set to False.

The default value of the Visible property is True.

See Also