OperatorInfo(OperatorInfo) Constructor
Initializes a new instance of the OperatorInfo class with the specified prototype.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
other | OperatorInfo | A OperatorInfo object, specifying a prototype for a new OperatorInfo instance. |
See Also