FunctionInfo.CustomFunctionOperator Property
In This Article
Specifies an object providing instructions required for evaluation of a function.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public ICustomFunctionOperator CustomFunctionOperator { get; set; }
#Property Value
Type | Description |
---|---|
ICustom |
An object implementing the ICustom |
See Also