Back to Devexpress

TcxPivotGridSortBySummaryInfo.Field Property

vcl-cxcustompivotgrid-dot-tcxpivotgridsortbysummaryinfo-16f2a17b.md

latest1.6 KB
Original Source

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

How to Implement the Sorting by Summary Feature

TcxPivotGridSortBySummaryInfo Class

TcxPivotGridSortBySummaryInfo Members

cxCustomPivotGrid Unit