TcxGridBandedTableOptionsCustomize.SupportsBandsQuickCustomizationReordering Method
Determines whether bands can be reordered by dragging their captions in the Quick Band Customization dropdown.
Declaration
function SupportsBandsQuickCustomizationReordering: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True when reordering is enabled in the Quick Band Customization dropdown.
By default, True is returned when the following conditions are met:
an appropriate option is set via the View’s OptionsCustomize.BandsQuickCustomizationReordering property.
Note
At design time, the second condition is ignored.
See Also