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.1.dll
NuGet Package: DevExpress.Web
Declaration
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