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

TcxPivotGridCustomTotalCollection Class

Represents a field‘s collection of custom totals.

#Declaration

Delphi
TcxPivotGridCustomTotalCollection = class(
    TCollection
)

#Remarks

Custom totals are calculated and displayed for column fields and row fields. Any such field contains a zero-based indexed collection of custom totals accessible via the field’s CustomTotals property.

You can use standard methods (such as Add, Delete and Clear) to manipulate the current collection’s items. To determine the total number of custom totals within the current collection, use the Count property.

#Inheritance

TObject
TPersistent
TCollection
TcxPivotGridCustomTotalCollection
See Also