Skip to main content

BarDockStyle.CopyFrom(Style) Method

Duplicates the properties of the specified object into the current instance of the BarDockStyle class.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void CopyFrom(
    Style style
)

Parameters

Name Type Description
style Style

A Style object that represents the object which the settings will be copied from.

Remarks

The CopyFrom method can be used to duplicate the properties of the specified Style object into the instance of the BarDockStyle class which this method is called from.

Note

All properties, including those that have been set in the current instance of the BarDockStyle class, will be replaced by the associated property in the Style specified by the style parameter.

See Also