TcxTreeListOptionsCustomizing.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 TreeList control 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.
The default value of the ColumnsQuickCustomizationSorted property is False.