Skip to main content

TcxGridTableOptionsCustomize.GroupBySorting Property

Specifies whether sorting data by a column results in grouping by this column.

Declaration

property GroupBySorting: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Enabling the GroupBySorting option allows you to emulate the behavior of Microsoft Outlook 2003. This implies that clicking a column header results in grouping data by the clicked column’s values. The previously applied grouping is cleared in such cases. If the GroupBySorting option is disabled, clicking a column header results in sorting data by this column’s values.

Note that the GroupBySorting option has no effect if sorting via code.

The default value of the GroupBySorting property is False.

See Also