vcl-cxgridbandedtableview-dot-tcxgridbandedtableoptionscustomize.md
Specifies whether bands in a Banded Table View can be reordered by dragging band captions in the Quick Band Customization menu.
property BandsQuickCustomizationReordering: TcxGridQuickCustomizationReordering read; write; default qcrDefault;
| Type | Default |
|---|---|
| TcxGridQuickCustomizationReordering | qcrDefault |
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
TcxGridBandedTableOptionsCustomize.BandMoving
TcxGridBandedTableOptionsCustomize.BandsQuickCustomization
TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationMaxDropDownCount
TcxGridTableOptionsCustomize.ColumnsQuickCustomizationReordering
TcxGridTableOptionsView.Indicator
TcxGridBandedTableOptionsCustomize Class