FunctionInfo(ICustomFunctionOperator, String) Constructor
Initializes a new instance of the FunctionInfo class with the specified settings.
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. |
category | String | A String value, specifying the item category name. This value is assigned to the FunctionInfo.FunctionCategory property. |
See Also