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

Specifies whether bands in a Banded Table View can be reordered by dragging band captions in the Quick Band Customization menu.

#Declaration

Delphi
property BandsQuickCustomizationReordering: TcxGridQuickCustomizationReordering read; write; default qcrDefault;

#Property Value

Type Default
TcxGridQuickCustomizationReordering qcrDefault

#Remarks

Users can reorder bands in a Banded Table View by selecting and dragging the corresponding band captions in the Quick Band Customization dropdown provided that the SupportsBandsQuickCustomizationReordering function returns True. Multiple band captions can be selected by clicking them while holding down the Shift and Ctrl keys.

Use the BandsQuickCustomizationReordering property to control the availability of this feature for end-users. All possible values for this property are listed in the TcxGridQuickCustomizationReordering topic.

The default value of the BandsQuickCustomizationReordering property is qcrDefault.

See Also