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

PivotGridCustomSummaryEventArgs(PivotGridData, PivotGridField, NativeCustomSummaryInfoCore) Constructor

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

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

Parameters

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