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

ConstantInfo(ConstantInfo) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ConstantInfo(
    ConstantInfo other
)

Parameters

Name Type Description
other ConstantInfo

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

See Also