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

TcxGridTableOptionsCustomize.ColumnsQuickCustomizationShowCommands Property

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