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

OperatorInfo(OperatorInfo) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

Declaration

public OperatorInfo(
    OperatorInfo other
)

Parameters

Name Type Description
other OperatorInfo

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

See Also