Skip to main content
A newer version of this page is available. .

PivotGridCustomSummaryEventArgsBase(IPivotCustomSummaryInfo, PivotGridData) Constructor

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

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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