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

TcxPivotGridField.SortedBySummary Property

Indicates whether the values of the current field are sorted by the grand total summary values of a data field.

#Declaration

Delphi
property SortedBySummary: Boolean read;

#Property Value

Type
Boolean

#Remarks

This property returns True when the values of the current field are sorted by the grand total summary values of another data field. Otherwise, the property’s value is equal to False.

Use the SortBySummaryInfo property to specify the options for sorting field values in this manner.

See Also