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

FunctionInfo(FunctionInfo) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public FunctionInfo(
    FunctionInfo other
)

Parameters

Name Type Description
other FunctionInfo

A FunctionInfo object, specifying a prototype for a new FunctionInfo instance.

See Also