TcxGridTableOptionsCustomize.ColumnsQuickCustomizationShowCommands Property
In This Article
Switches the visibility of the (All) and (Sorted) check boxes in the Quick Column Customization dropdown list.
#Declaration
Delphi
property ColumnsQuickCustomizationShowCommands: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
These check boxes allow end-users to toggle the checked state of all column captions in the dropdown list and alphabetically sort them.
The following table lists available property values.
Value | Description | Example |
---|---|---|
True | The dropdown list pins these check boxes to its top so that scrolling doesn’t take them out of view and separates them from column captions with a line. | ![]() |
False | The check boxes are hidden. | ![]() |
The default value of the ColumnsQuickCustomizationShowCommands property is True.
See Also