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

PivotCustomSummaryEventArgs Class

Provides data for the PivotGridControl.CustomSummary event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v22.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public class PivotCustomSummaryEventArgs :
    EventArgs

Remarks

The PivotGridControl.CustomSummary event allows you to manually calculate summary values.

Inheritance

Object
EventArgs
PivotCustomSummaryEventArgs
See Also