TcxPivotGridCustomTotal Class
Represents a custom total for a field.
Declaration
TcxPivotGridCustomTotal = class(
TCollectionItem
)
Remarks
Custom totals are calculated and displayed for column fields and row fields. Compared to automatic totals, custom totals allow you to calculate and display multiple totals using any summary function listed by the TcxPivotGridSummaryType enumeration.
An instance of the TcxPivotGridCustomTotal class represents a custom total. It provides the SummaryType property which specifies the type of the summary function used to calculate the corresponding custom total against data fields.
Inheritance
TObject
TPersistent
TCollectionItem
TcxPivotGridCustomTotal
See Also