Skip to main content

FunctionInfo(ICustomFunctionOperator, String) Constructor

Initializes a new instance of the FunctionInfo class with the specified settings.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public FunctionInfo(
    ICustomFunctionOperator functionOperator,
    string category
)

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