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.ColumnsQuickCustomizationSorted Property

Specifies if column captions are sorted alphabetically in the Quick Column Customization dropdown list.

#Declaration

Delphi
property ColumnsQuickCustomizationSorted: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to sort column captions alphabetically. Otherwise, they appear in the order the View displays them. End-users can change the property value via the (Sorted) check box displayed in the dropdown list when the ColumnsQuickCustomizationShowCommands property is set to True.

The following table illustrates how ColumnsQuickCustomizationSorted property values affect the order of column captions.

Value Example
True
False

Note

Sorting is case-insensitive and ANSI ordered to avoid confusion with captions that include diacritical marks or use characters in different cases. Setting the ColumnsQuickCustomizationSorted property to True disables caption reordering provided by the ColumnsQuickCustomizationReordering property and the OnQuickCustomizationColumnCompare event.

The default value of the ColumnsQuickCustomizationSorted property is False.

See Also