Skip to main content

TcxTreeListOptionsCustomizing.BandsQuickCustomizationSorted Property

Specifies if band captions are sorted alphabetically in the Quick Band Customization dropdown list.

Declaration

property BandsQuickCustomizationSorted: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to sort band 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 BandsQuickCustomizationShowCommands property is set to True.

The following table illustrates how BandsQuickCustomizationSorted property values affect the order of band 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 BandsQuickCustomizationSorted property is False.

See Also