Skip to main content

LookUpColumnInfoCollection.Assign(LookUpColumnInfoCollection) Method

Copies columns from the source collection to the current one.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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