Skip to main content
A newer version of this page is available. .

ICustomFunctionOperator.Evaluate(Object[]) Method

Evaluates the custom function.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

object Evaluate(
    params object[] operands
)

Parameters

Name Type Description
operands Object[]

An array of function operands (parameters).

Returns

Type Description
Object

The custom function return value.

See Also