XPDictionary.CustomFunctionOperators Property
Gets a collection of custom function operators supplied by the current metadata provider.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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