Skip to main content

CriteriaOperator.GetCustomFunctions() Method

Returns custom functions registered in an application via the CriteriaOperator.RegisterCustomFunction and CriteriaOperator.RegisterCustomFunctions method calls.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static CustomFunctionCollection GetCustomFunctions()

Returns

Type Description
DevExpress.Data.Filtering.CustomFunctionCollection

A DevExpress.Data.Filtering.CustomFunctionCollection object containing all custom functions registered via the methods mentioned above.

Remarks

To search for a specific custom function by its name, call the CriteriaOperator.GetCustomFunction function.

See Also