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

PivotGridCustomSummaryEventArgsBase(PivotGridData, T, NativeCustomSummaryInfoCore, PivotListDrillDownDataSourceHelper) Constructor

Initializes a new instance of the PivotGridCustomSummaryEventArgsBase<T> class with specified settings.

Namespace: DevExpress.XtraPivotGrid.Data

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

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

Declaration

public PivotGridCustomSummaryEventArgsBase(
    PivotGridData data,
    T field,
    NativeCustomSummaryInfoCore customSummaryInfo,
    PivotListDrillDownDataSourceHelper drillDownHelper
)

Parameters

Name Type
data DevExpress.XtraPivotGrid.Data.PivotGridData
field T
customSummaryInfo DevExpress.Data.PivotGrid.NativeCustomSummaryInfoCore
drillDownHelper DevExpress.XtraPivotGrid.PivotListDrillDownDataSourceHelper
See Also