Skip to main content
Tab

ListEditItemCollection.Assign(IAssignableCollection) Method

Copies the items from the specified IAssignableCollection-supported object to the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void Assign(
    IAssignableCollection source
)

Parameters

Name Type Description
source DevExpress.Utils.IAssignableCollection

An IAssignableCollection-supported object whose items are assigned to the current object.

Remarks

The Assign method copies items of the IAssignableCollection-supported object passed as a parameter to the current object. This allows you to have two collections with identical items.

See Also