Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableOptionsBehavior.ColumnMergedGrouping Property

Switches the merged column grouping mode.

#Declaration

Delphi
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