Back to Devexpress

TcxGridTableOptionsBehavior.ColumnMergedGrouping Property

vcl-cxgridtableview-dot-tcxgridtableoptionsbehavior.md

latest1.2 KB
Original Source

TcxGridTableOptionsBehavior.ColumnMergedGrouping Property

Switches the merged column grouping mode.

Declaration

delphi
property ColumnMergedGrouping: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TcxGridBandedTableOptionsBehavior.BandHeaderHints Property

TcxGridTableOptionsBehavior Class

TcxGridTableOptionsBehavior Members

cxGridTableView Unit