Skip to main content

TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationReordering Property

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

Declaration

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