Skip to main content
A newer version of this page is available. .

FunctionInfo(ICustomFunctionOperator, String) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

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