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

PivotSummaryValue(SummaryValue, PivotGridFieldBase) Constructor

Initializes a new instance of the PivotSummaryValue class.

Namespace: DevExpress.Data.PivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public PivotSummaryValue(
    SummaryValue origin,
    PivotGridFieldBase field
)

Parameters

Name Type Description
origin DevExpress.Data.PivotGrid.SummaryValue

A DevExpress.Data.PivotGrid.SummaryValue instance that provide methods to calculate summaries.

field PivotGridFieldBase

A PivotGridFieldBase descendant that is the pivot grid field.

See Also