Back to Devexpress

PivotSummaryValue Class

corelibraries-devexpress-dot-data-dot-pivotgrid-ba36a18a.md

latest2.4 KB
Original Source

PivotSummaryValue Class

Contains the values of the predefined summaries calculated for a specific cell.

Namespace : DevExpress.Data.PivotGrid

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

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

Declaration

csharp
public class PivotSummaryValue
vb
Public Class PivotSummaryValue

The following members return PivotSummaryValue objects:

LibraryRelated API Members
Cross-Platform Class LibraryPivotCellEventArgsBase<TField, TData, TCustomTotal>.SummaryValue
PivotGridCustomSummaryEventArgsBase<T>.SummaryValue
WinForms ControlsPivotCustomDrawCellBaseEventArgs.SummaryValue
WPF ControlsPivotCellBaseEventArgs.SummaryValue
PivotCustomSummaryEventArgs.SummaryValue
ASP.NET Web Forms ControlsPivotGridCellTemplateItem.SummaryValue

Remarks

Use the PivotCellEventArgsBase<TField, TData, TCustomTotal>.SummaryValue and PivotGridCustomSummaryEventArgsBase<T>.SummaryValue properties to access the values of the predefined summaries for a specific cell.

Inheritance

Object PivotSummaryValue

See Also

PivotSummaryValue Members

DevExpress.Data.PivotGrid Namespace