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

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.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

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