PivotGridCustomSummaryEventArgsBase(IPivotCustomSummaryInfo, PivotGridData) Constructor
Initializes a new instance of the PivotGridCustomSummaryEventArgsBase<T> class.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
public PivotGridCustomSummaryEventArgsBase(
IPivotCustomSummaryInfo customSummaryInfo,
PivotGridData data
)
Parameters
Name | Type | Description |
---|---|---|
customSummaryInfo | DevExpress.Data.PivotGrid.IPivotCustomSummaryInfo | An object that implements the DevExpress.Data.PivotGrid.IPivotCustomSummaryInfo interface that is a container for the field, value and summary data. |
data | DevExpress.XtraPivotGrid.Data.PivotGridData | A PivotGridData object that is the internal container for data displayed in the PivotGrid control. |
See Also