Skip to main content
A newer version of this page is available. .

PivotGridCustomTotalCollection Class

Represents a collection of custom totals for a field.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public class PivotGridCustomTotalCollection :
    PivotGridCustomTotalCollectionBase

The following members return PivotGridCustomTotalCollection objects:

Remarks

A collection of custom totals can be accessed via the field’s PivotGridField.CustomTotals property.

A PivotGridCustomTotalCollection contains PivotGridCustomTotal objects that represent custom totals for a field. These custom totals are displayed when the field is located within the Column Header Area or Row Header Area and only if its PivotGridFieldBase.TotalsVisibility property is set to PivotTotalsVisibility.CustomTotals.

Inheritance

See Also