TcxGridQuickCustomizationReordering Enum
In This Article
Enumerates options that control the end-user ability to reorder columns and bands by dragging their names in the Quick Column Customization dropdown and Quick Band Customization dropdown.
#Declaration
Delphi
TcxGridQuickCustomizationReordering = (
qcrDefault,
qcrEnabled,
qcrDisabled
);
#Members
Name |
---|
qcr
|
qcr
|
qcr
|
#Remarks
Options include:
Value | Description |
---|---|
qcr |
End users can drag columns/bands in the corresponding dropdown provided that the View’s Options |
qcr |
End users can drag columns/bands in the corresponding dropdown regardless of the settings specified by the View’s Options |
qcr |
End users cannot drag columns/bands in these dropdowns. |
Use the View’s OptionsCustomize.ColumnsQuickCustomizationReordering and OptionsCustomize.BandsQuickCustomizationReordering properties to specify these options.
See Also