Skip to main content

TcxGridTableOptionsCustomize.ColumnsQuickCustomizationSorted Property

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

Declaration

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