PivotGridCustomTotalCollection(PivotGridCustomTotalBase[]) Constructor
Initializes a new instance of the PivotGridCustomTotalCollection class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| totals | PivotGridCustomTotalBase[] | An array of the PivotGridCustomTotalBase objects representing collections of a field’s custom totals. |
See Also