vcl-cxgridtableview-dot-tcxgridtableoptionscustomize-9a4252f8.md
Specifies whether columns in the Table View can be reordered by dragging their captions in the Quick Column Customization dropdown list.
property ColumnsQuickCustomizationReordering: TcxGridQuickCustomizationReordering read; write; default qcrDefault;
| Type | Default |
|---|---|
| TcxGridQuickCustomizationReordering | qcrDefault |
Users can reorder Table View columns by selecting and dragging corresponding column captions in the Quick Column Customization dropdown list provided that the SupportsItemsQuickCustomizationReordering function returns True. Multiple column captions can be selected by clicking them while holding down the Shift or Ctrl key.
Use the ColumnsQuickCustomizationReordering property to specify this feature’s availability. All the possible values for this property are listed in the TcxGridQuickCustomizationReordering topic.
Note
This feature is disabled in Banded Table Views or when the ColumnsQuickCustomizationSorted property is set to True.
The default value of the ColumnsQuickCustomizationReordering property is qcrDefault.
See Also
TcxCustomGridTableItem.AlternateCaption
TcxCustomGridTableItem.Caption
TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationReordering
TcxGridTableOptionsCustomize.ColumnMoving
TcxGridTableOptionsCustomize.ColumnsQuickCustomization
TcxGridTableOptionsCustomize Class