FunctionInfo(ICustomFunctionOperator) Constructor
Initializes a new instance of the FunctionInfo class with the specified function operator.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
functionOperator | ICustomFunctionOperator | An object implementing the ICustomFunctionOperator interface. This value is assigned to the FunctionInfo.CustomFunctionOperator property. |
See Also