Skip to main content

RichEditImages.CopyFrom(ImagesBase) Method

Duplicates the properties of the specified object to the current instance of the RichEditImages class.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public override void CopyFrom(
    ImagesBase source
)

Parameters

Name Type Description
source ImagesBase

An ImagesBase object that the settings will be copied from.

Remarks

Use the CopyFrom method to duplicate the properties of the specified ImagesBase object to the instance of the RichEditImages class that this method is called from.

Note

All properties, including those that have been set in the current instance of the RichEditImages class, will be replaced by the associated property in the ImagesBase specified by the style parameter.

See Also