Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridCustomSummaryEventArgs(PivotGridData, PivotGridField, NativeCustomSummaryInfoCore) Constructor

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridCustomSummaryEventArgs(
    PivotGridData data,
    PivotGridField field,
    NativeCustomSummaryInfoCore customSummaryInfoCore
)

Parameters

Name Type
data DevExpress.XtraPivotGrid.Data.PivotGridData
field PivotGridField
customSummaryInfoCore DevExpress.Data.PivotGrid.NativeCustomSummaryInfoCore
See Also