Back to Devexpress

PivotCustomSummaryEventArgs Class

wpf-devexpress-dot-xpf-dot-pivotgrid-8908c68e.md

latest1.4 KB
Original Source

PivotCustomSummaryEventArgs Class

Provides data for the PivotGridControl.CustomSummary event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class PivotCustomSummaryEventArgs :
    EventArgs
vb
Public Class PivotCustomSummaryEventArgs
    Inherits EventArgs

PivotCustomSummaryEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs PivotCustomSummaryEventArgs

See Also

PivotCustomSummaryEventArgs Members

DevExpress.Xpf.PivotGrid Namespace