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

PivotSummaryValue(SummaryValue, PivotGridFieldBase) Constructor

Initializes a new instance of the PivotSummaryValue class with specified settings.

Namespace: DevExpress.Data.PivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public PivotSummaryValue(
    SummaryValue origin,
    PivotGridFieldBase field
)

Parameters

Name Type
origin DevExpress.Data.PivotGrid.SummaryValue
field PivotGridFieldBase
See Also