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

CustomFunctionCollection.GetCustomFunction(String) Method

Returns the custom function whose Name is equal to the specified name.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public ICustomFunctionOperator GetCustomFunction(
    string functionName
)

Parameters

Name Type Description
functionName String

The name of a custom function to search.

Returns

Type Description
ICustomFunctionOperator

The custom function with the specified name.

See Also