HtmlEditorTagInspectorStyles.CopyFrom(StylesBase) Method
Duplicates the properties of the specified object to the current instance of the HtmlEditorTagInspectorStyles class.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | StylesBase | A StylesBase object that is the object from which the settings will be copied. |
Remarks
Use the CopyFrom method to duplicate the properties of the specified StylesBase object to the instance of the HtmlEditorTagInspectorStyles class that this method is called from.
Note
All properties, including those that have been set in the current instance of the HtmlEditorTagInspectorStyles class, will be replaced by the associated property in the StylesBase specified by the source parameter.