CustomFunctionCollection.GetCustomFunction(String) Method
In This Article
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 |
---|---|---|
function |
String | The name of a custom function to search. |
#Returns
Type | Description |
---|---|
ICustom |
The custom function with the specified name. |
See Also