Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotCustomSummaryEventArgs(PivotGridWpfData, PivotGridField, NativeCustomSummaryInfoCore) Constructor

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotCustomSummaryEventArgs(
    PivotGridWpfData data,
    PivotGridField field,
    NativeCustomSummaryInfoCore customSummaryInfoCore
)

Parameters

Name Type
data DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData
field PivotGridField
customSummaryInfoCore DevExpress.Data.PivotGrid.NativeCustomSummaryInfoCore
See Also