LookUpColumnInfo.Assign(LookUpColumnInfo) Method
Copies properties of the source column to the current LookUpColumnInfo instance.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | LookUpColumnInfo | The source column whose properties must be copied. |
Remarks
The Assign method copies all properties of the specified column to the current LookUpColumnInfo object. The method allows you to have several columns with the same property values (caption, field name, width, alignment, etc.).
See Also