Back to Devexpress

TcxPivotGridCustomTotal Class

vcl-cxcustompivotgrid-6da889a6.md

latest1.5 KB
Original Source

TcxPivotGridCustomTotal Class

Represents a custom total for a field.

Declaration

delphi
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

TcxPivotGridCustomTotal Members

cxCustomPivotGrid Unit