Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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