Back to Devexpress

PivotGridCustomSummaryEventArgsBase<T>.SummaryValue Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridcustomsummaryeventargsbase-1-d67281a0.md

latest2.6 KB
Original Source

PivotGridCustomSummaryEventArgsBase<T>.SummaryValue Property

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

Namespace : DevExpress.XtraPivotGrid.Data

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
PivotSummaryValue

A PivotSummaryValue object that 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 PivotGridCustomSummaryEventArgsBase<T>.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

Data.PivotGridCustomSummaryEventArgsBase

Data.PivotGridCustomSummaryEventArgsBase

PivotGridCustomSummaryEventArgsBase<T> Class

PivotGridCustomSummaryEventArgsBase<T> Members

DevExpress.XtraPivotGrid.Data Namespace