HtmlEditorDocumentStyles.MergeStyles(AppearanceStyleBase) Method
In This Article
Combines the properties of the specified AppearanceStyleBase with the current instance of the HtmlEditorDocumentStyles class.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyleBase MergeStyles(
AppearanceStyleBase source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Appearance |
A Appearance |
#Returns
Type | Description |
---|---|
Appearance |
A Appearance |
#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