Skip to main content

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.v23.2.Core.dll

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

Declaration

public static Type GetValueType(
    PivotSummaryType summaryType,
    Type sourceType
)

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