Skip to main content

ICustomFunctionOperator.Evaluate(Object[]) Method

When implemented by a custom function, evaluates it on the client.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

object Evaluate(
    params object[] operands
)

Parameters

Name Type Description
operands Object[]

An array of objects specifying function operands (parameters).

Returns

Type Description
Object

An Object specifying a custom function’s return value, calculated based on the operands.

See Also