Skip to main content

PivotGridCustomTotalCollection(PivotGridFieldBase) 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(
    PivotGridFieldBase field
)

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase object representing a field to which the current collection belongs.

See Also