Skip to main content

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 this 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.

The default value of the ColumnMergedGrouping property is False.

See Also