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.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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