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

PivotGridCustomSummaryEventArgs(PivotGridData, PivotGridField, NativeCustomSummaryInfoCore) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.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