FunctionInfo(ICustomFunctionOperator, String) Constructor
In This Article
Initializes a new instance of the FunctionInfo class with the specified settings.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public FunctionInfo(
ICustomFunctionOperator functionOperator,
string category
)
#Parameters
Name | Type | Description |
---|---|---|
function |
ICustom |
An object implementing the ICustom |
category | String | A String value, specifying the item category name. This value is assigned to the Function |
See Also