Skip to main content

PivotCustomSummaryEventArgs Class

Provides data for the PivotGridControl.CustomSummary event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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