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

XPDictionary.CustomFunctionOperators Property

Gets a collection of custom function operators supplied by the current metadata provider.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public CustomFunctionCollection CustomFunctionOperators { get; }

Property Value

Type Description
DevExpress.Data.Filtering.CustomFunctionCollection

A DevExpress.Data.Filtering.CustomFunctionCollection object containing custom function operators supplied by the current metadata provider.

Remarks

To learn how to implement and register custom function operators, refer to How to: Implement a Custom Criteria Language Function Operator.

See Also