Back to Devexpress

HtmlEditorDocumentStyles.MergeStyles(AppearanceStyleBase) Method

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditordocumentstyles-dot-mergestyles-x28-devexpress-dot-web-dot-appearancestylebase-x29.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyleBase MergeStyles(
    AppearanceStyleBase source
)
vb
Public Function MergeStyles(
    source As AppearanceStyleBase
) As AppearanceStyleBase

Parameters

NameTypeDescription
sourceAppearanceStyleBase

A AppearanceStyleBase that specifies an object with which to be combined

|

Returns

TypeDescription
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

HtmlEditorDocumentStyles Class

HtmlEditorDocumentStyles Members

DevExpress.Web.ASPxHtmlEditor Namespace