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

TcxGridTableOptionsCustomize.GroupBySorting Property

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

#Declaration

Delphi
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