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