CriteriaOperator.GetCustomFunctions() Method
In This Article
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
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
To search for a specific custom function by its name, call the CriteriaOperator.GetCustomFunction function.
See Also