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

PivotGridCustomTotalCollection(PivotGridFieldBase) Constructor

Initializes a new instance of the PivotGridCustomTotalCollection class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

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