Skip to main content

PivotCustomSummaryEventArgs Class

Provides data for the PivotGridControl.CustomSummary event.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public class PivotCustomSummaryEventArgs :
    EventArgs

#Remarks

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

#Inheritance

Object
EventArgs
PivotCustomSummaryEventArgs
See Also