Skip to main content

CustomFunctionCollection.GetCustomFunction(String) Method

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

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
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