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

TcxPivotGridSortBySummaryInfo.Field Property

Specifies the field whose grand total summary values determine the order in which the values of the current column field or row field are arranged.

#Declaration

Delphi
property Field: TcxPivotGridField read; write;

#Property Value

Type
TcxPivotGridField

#Remarks

This property determines the field against which a specific summary function will be calculated and the resulting grand total summary values will define the order in which the values of the column field or row field (as specified by the Owner property) will be arranged. The summary function type is determined by the SummaryType property.

See an example on how to use the Field property.

See Also