CollectionItem.Assign(CollectionItem) Method
Copies the settings of the specified collection item to the current one.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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