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

LookUpColumnInfo.Assign(LookUpColumnInfo) Method

Copies properties of the source column to the current LookUpColumnInfo instance.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void Assign(
    LookUpColumnInfo source
)

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