Skip to main content

PivotGridCustomTotalCollection(PivotGridCustomTotalBase[]) Constructor

Initializes a new instance of the PivotGridCustomTotalCollection class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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