Skip to main content

LookUpColumnInfo.Assign(LookUpColumnInfo) Method

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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