Skip to main content
All docs
V18.2

PivotGridCustomSummaryEventArgsBase(IPivotCustomSummaryInfo) Constructor

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

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public PivotGridCustomSummaryEventArgsBase(
    IPivotCustomSummaryInfo customSummaryInfo
)

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.

Remarks

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

See Also