TcxGridBand.Visible Property
Specifies the current band’s visibility.
Declaration
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