Skip to main content

RichEditPopupMenuItem.Assign(CollectionItem) Method

Copies the public properties from the specified object to the current one.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override void Assign(
    CollectionItem source
)

Parameters

Name Type Description
source CollectionItem

A CollectionItem object whose properties are copied to the current object.

Remarks

Using this method allows you to have two objects with identical common properties.

If the source and destination objects are instances of different CollectionItem descendants, then the Assign method copies only the properties common to both descendants.

See Also