PivotSummaryValue.GetValueType(PivotSummaryType, Type) Method
Returns the type of values calculated by the specified summary function evaluated upon data of the specified type.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
summaryType | PivotSummaryType | A PivotSummaryType enumeration member that specifies the type of a summary function. |
sourceType | Type | A Type that specifies the type of data upon which the summary function is evaluated. |
Returns
Type | Description |
---|---|
Type | A Type that specifies the type of the calculation result. |
See Also