Skip to main content

HtmlEditorPlaceholderItem.Assign(CollectionItem) Method

Copies the settings of the specified CollectionItem object to the current object.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public override void Assign(
    CollectionItem source
)

Parameters

Name Type Description
source CollectionItem

A CollectionItem object that is the source of the operation.

Remarks

The Assign method copies properties of the CollectionItem object passed as a parameter to the current object. This allows you to have two objects with identical common properties.

See Also