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

TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationSorted Property

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

#Declaration

Delphi
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 View 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. Setting the BandsQuickCustomizationSorted property to True disables caption reordering provided by the BandsQuickCustomizationReordering property.

The default value of the BandsQuickCustomizationSorted property is False.

See Also