Skip to main content

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.

Refer to the Totals and Grand Totals topic for details on how totals are calculated and displayed in the ExpressPivotGrid.

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