Skip to main content
A newer version of this page is available. .

HtmlEditorDocumentStyles.MergeStyles(AppearanceStyleBase) Method

Combines the properties of the specified AppearanceStyleBase with the current instance of the HtmlEditorDocumentStyles class.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public AppearanceStyleBase MergeStyles(
    AppearanceStyleBase source
)

Parameters

Name Type Description
source AppearanceStyleBase

A AppearanceStyleBase that specifies an object with which to be combined

Returns

Type Description
AppearanceStyleBase

A AppearanceStyleBase that represents the resulting style object.

Remarks

Use the MergeStyles method to combine the properties of the specified AppearanceStyleBase object with the instance of the HtmlEditorDocumentStyles class that this method is called from.

See Also