TcxGridTableOptionsBehavior.ColumnMergedGrouping Property
Switches the merged column grouping mode.
Declaration
property ColumnMergedGrouping: Boolean read; write; default False;
Property Value
| Type | Default |
|---|---|
| Boolean | False |
Remarks
Set the ColumnMergedGrouping property to True to enable the merged column grouping mode, which allows for a more compact record list. In this mode, end-users can press and hold the Ctrl key while dropping a column header adjacent to another one located in the Group By box to merge the two columns.

Default Value
The ColumnMergedGrouping property’s default value is False.
See Also