TcxGridBandedTableOptionsCustomize.BandsQuickCustomization Property
In This Article
Specifies whether the Quick Band Customization button is visible.
#Declaration
Delphi
property BandsQuickCustomization: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
If the BandsQuickCustomization
property is set to True
, the indicator column becomes visible.
#Default Value
The BandsQuickCustomization
property’s default value is False
.
See Also