ICustomFunctionOperator.Evaluate(Object[]) Method
Evaluates the custom function.
Namespace: DevExpress.XamarinForms.Core.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