Skip to main content

ASPxRichEditAutoCorrectReplaceInfo.Assign(CollectionItem) Method

Copies settings from the summary item object specified as the parameter.

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 or descendant whose properties are copied to the current object.

See Also