ASPxHtmlEditorHtmlEditingSettings.Assign(PropertiesBase) Method
In This Article
Copies the settings of the specified object to the current one.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
#Declaration
public override void Assign(
PropertiesBase source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Properties |
A Properties |
#Remarks
Using this method allows you to have two objects with identical common properties.
If the source and destination objects are instances of different PropertiesBase descendants, then the Assign method copies only the properties common to both descendants.
See Also