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

PivotGridCustomTotalCollection(PivotGridCustomTotalBase[]) Constructor

Initializes a new instance of the PivotGridCustomTotalCollection class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridCustomTotalCollection(
    PivotGridCustomTotalBase[] totals
)

Parameters

Name Type Description
totals PivotGridCustomTotalBase[]

An array of the PivotGridCustomTotalBase objects representing collections of a field’s custom totals.

See Also