Skip to main content

TcxDataSummaryItem.Sorted Property

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

Declaration

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