TcxPivotGridSortBySummaryInfo.SummaryType Property
Specifies the type of the summary function which is calculated against the field values used to sort the corresponding column field or row field.
Declaration
property SummaryType: TcxPivotGridSummaryType read; write; default stSum;
Property Value
Type | Default |
---|---|
TcxPivotGridSummaryType | stSum |
Remarks
Use this property to specify the type of the summary function used to calculate grand total summary values against the field specified by the Field property. These values determine the order in which the values of the column field or row field (as specified by the Owner property) will be arranged.
Refer to the description of the TcxPivotGridField.SummaryType property for more information on how summary functions are calculated against field values.
The default value of the SummaryType property is stSum.
See Also