TcxGridBandedTableOptionsCustomize.SupportsBandsQuickCustomizationReordering Method
In This Article
Determines whether bands can be reordered by dragging their captions in the Quick Band Customization dropdown.
#Declaration
Delphi
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