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

PivotGridCustomSummaryEventArgsBase(PivotGridData, T, NativeCustomSummaryInfoCore) Constructor

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

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

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

Parameters

Name Type Description
data DevExpress.XtraPivotGrid.Data.PivotGridData

A DevExpress.XtraPivotGrid.Data.PivotGridData object that is the internal container for data displayed in the PivotGrid control.

field T

A PivotGridFieldBase descendant that is the pivot grid field.

customSummaryInfo DevExpress.Data.PivotGrid.NativeCustomSummaryInfoCore

A DevExpress.Data.PivotGrid.NativeCustomSummaryInfoCore object that is the internal container for the field, value and summary data.

Remarks

Instances of the PivotGridCustomSummaryEventArgsBase<T> class are automatically created, initialized and passed to the corresponding event handlers.

See Also