Skip to main content

XPDictionary.CustomFunctionOperators Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public CustomFunctionCollection CustomFunctionOperators { get; }

Property Value

Type Description
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