PivotSummaryValue.GetValue(PivotSummaryType) Method
Returns the value of the specified predefined summary.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
summaryType | PivotSummaryType | A PivotSummaryType value that specifies the required summary type. |
Returns
Type | Description |
---|---|
Object | The value of the specified summary. |
See Also