Skip to main content
All docs
V23.2

ICustomAggregateFunctionContext<TInput, TOutput>.GetResult() Method

Gets the custom aggregate function’s result.

Namespace: DevExpress.DataProcessing.Criteria

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

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

Declaration

TOutput GetResult()

Returns

Type Description
TOutput

The return type of the custom aggregate function.

See Also