Skip to main content

TcxGridTableOptionsCustomize.ColumnsQuickCustomizationReordering Property

Specifies whether columns in the Table View can be reordered by dragging their captions in the Quick Column Customization dropdown list.

Declaration

property ColumnsQuickCustomizationReordering: TcxGridQuickCustomizationReordering read; write; default qcrDefault;

Property Value

Type Default
TcxGridQuickCustomizationReordering qcrDefault

Remarks

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