LookUpColumnInfoCollection.Assign(LookUpColumnInfoCollection) Method
Copies columns from the source collection to the current one.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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