Back to Devexpress

PivotCustomSummaryEventArgs.SummaryValue Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomsummaryeventargs-bc2c28b7.md

latest2.2 KB
Original Source

PivotCustomSummaryEventArgs.SummaryValue Property

Gets an object which contains the values of the predefined summaries that are calculated for the current cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotSummaryValue SummaryValue { get; }
vb
Public ReadOnly Property SummaryValue As PivotSummaryValue

Property Value

TypeDescription
PivotSummaryValue

A PivotSummaryValue object which contains the values of the predefined summaries that are calculated for the current cell.

|

Remarks

Use the properties provided by the SummaryValue property to get the values of the predefined summaries that are calculated for the current cell against the corresponding data field. For instance, the Summary property returns the sum of the values in the data field.

To assign a custom summary value to the current cell, use the PivotCustomSummaryEventArgs.CustomValue property.

Note

The SummaryValue property returns the same PivotSummaryValue object for all data fields bound to the same field in a data source.

See Also

CustomValue

DataField

PivotCustomSummaryEventArgs Class

PivotCustomSummaryEventArgs Members

DevExpress.Xpf.PivotGrid Namespace