Skip to main content

OperatorInfo(OperatorInfo) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public OperatorInfo(
    OperatorInfo other
)

Parameters

Name Type Description
other OperatorInfo

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

See Also