Skip to main content
Tab

EditorStyles.CopyFrom(StylesBase) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void CopyFrom(
    StylesBase source
)

Parameters

Name Type Description
source StylesBase

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

See Also