Skip to main content

TcxPivotGridCustomTotalCollection Class

Represents a field‘s collection of custom totals.

Declaration

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