A newer version of this page is available.
Switch to the current version.
StylesBase.CopyFrom(StylesBase) Method
Duplicates the properties of the specified object into the current instance of the StylesBase class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public virtual void CopyFrom(
StylesBase source
)
Public Overridable Sub CopyFrom(
source As StylesBase
)
Parameters
Name | Type | Description |
---|---|---|
source | StylesBase | A StylesBase object that represents the object from which the settings will be copied. |
Remarks
Use the CopyFrom method to duplicate the properties of the specified StylesBase object into the instance of the StylesBase class that this method is called from.
NOTE
All properties, including those that have been set in the current instance of the StylesBase class, will be replaced by the associated property in the StylesBase specified by the source parameter.
See Also
Feedback