Skip to main content

ColumnInfo(ColumnInfo) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public ColumnInfo(
    ColumnInfo other
)

Parameters

Name Type Description
other ColumnInfo

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

See Also