Skip to main content

FunctionInfo(ICustomFunctionOperator) Constructor

Initializes a new instance of the FunctionInfo class with the specified function operator.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public FunctionInfo(
    ICustomFunctionOperator functionOperator
)

Parameters

Name Type Description
functionOperator ICustomFunctionOperator

An object implementing the ICustomFunctionOperator interface. This value is assigned to the FunctionInfo.CustomFunctionOperator property.

See Also