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

CollectionItem.Assign(CollectionItem) Method

Copies the settings of the specified collection item to the current one.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual void Assign(
    CollectionItem source
)

Parameters

Name Type Description
source CollectionItem

A CollectionItem object representing the source of the operation.

Remarks

The Assign method of the base CollectionItem class does nothing.

Descendants of the CollectionItem class override the Assign method to copy the specific settings of the collection item specified by the source parameter.

See Also