TcxPivotGridField.SummaryType Property
Specifies the type of the summary function which is calculated against the current field’s values.
Declaration
property SummaryType: TcxPivotGridSummaryType read; write; default stSum;
Property Value
Type | Default |
---|---|
TcxPivotGridSummaryType | stSum |
Remarks
The ExpressPivotGrid calculates summaries against data fields. The type of the summary function is determined by the field’s SummaryType property. Refer to the TcxPivotGridSummaryType type description for details on available functions and the data field values they support.
The default value of the SummaryType property is stSum.
See Also