Back to Devexpress

TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationReordering Property

vcl-cxgridbandedtableview-dot-tcxgridbandedtableoptionscustomize.md

latest2.3 KB
Original Source

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

TypeDefault
TcxGridQuickCustomizationReorderingqcrDefault

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

TcxGridBandedTableOptionsCustomize.BandMoving

TcxGridBandedTableOptionsCustomize.BandsQuickCustomization

TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationMaxDropDownCount

TcxGridTableOptionsCustomize.ColumnsQuickCustomizationReordering

TcxGridTableOptionsView.Indicator

TcxGridBandedTableOptionsCustomize Class

TcxGridBandedTableOptionsCustomize Members

cxGridBandedTableView Unit