Skip to main content

ConstantInfo(ConstantInfo) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public ConstantInfo(
    ConstantInfo other
)

Parameters

Name Type Description
other ConstantInfo

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

See Also