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

LookUpColumnInfoCollection.Assign(LookUpColumnInfoCollection) Method

Copies columns from the source collection to the current one.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual void Assign(
    LookUpColumnInfoCollection columns
)

Parameters

Name Type Description
columns LookUpColumnInfoCollection

The source collection whose columns are copied to the current collection.

Remarks

The Assign method removes existing columns from the current collection and then copies elements from the source collection.

The Assign method is mainly for internal use and is not intended to be called from your code.

See Also