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