Back to Devexpress

XPDictionary.CustomFunctionOperators Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpdictionary-a4bb7d99.md

latest1.6 KB
Original Source

XPDictionary.CustomFunctionOperators Property

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

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public CustomFunctionCollection CustomFunctionOperators { get; }
vb
Public ReadOnly Property CustomFunctionOperators As CustomFunctionCollection

Property Value

TypeDescription
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

GetCustomFunctions()

XPDictionary Class

XPDictionary Members

DevExpress.Xpo.Metadata Namespace