Skip to main content
All docs
V23.2

ICustomAggregateFunction.GetAggregationContextType(Type) Method

Returns the type of the custom function implemented by the ICustomAggregateFunction interface.

Namespace: DevExpress.DataProcessing.Criteria

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

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

Declaration

Type GetAggregationContextType(
    Type inputType
)

Parameters

Name Type Description
inputType Type

The context type of the custom aggregate function.

Returns

Type Description
Type

A Type object.

See Also