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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
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