Skip to main content

XRPivotGridCustomTotalCollection(XRPivotGridField) Constructor

Initializes a new instance of the XRPivotGridCustomTotalCollection class with the specified field.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRPivotGridCustomTotalCollection(
    XRPivotGridField field
)

Parameters

Name Type Description
field XRPivotGridField

An XRPivotGridField object.

See Also