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

TcxDataSummaryItem.Sorted Property

Specifies whether summary values determine the sort order of data groups in a grid control.

#Declaration

Delphi
property Sorted: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

This property is relevant only for the TcxDataGroupSummaryItems class group summaries. There’s only one summary object that can provide values that are used to sort data groups. Its Sorted property is set to True.

When sorting is changed, the data controller’s OnSortingChanged event is fired.

The default value of the Sorted property is False.

See Also