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

ColumnInfo(ColumnInfo) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ColumnInfo(
    ColumnInfo other
)

Parameters

Name Type Description
other ColumnInfo

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

See Also