Skip to main content
A newer version of this page is available. .
Tab

AppearanceStyleBase.CopyFrom(Style, Boolean) Method

Duplicates the properties of the specified object into the current instance of the AppearanceStyleBase class specifying whether border setting should be copied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void CopyFrom(
    Style style,
    bool copyWithoutBorders
)

Parameters

Name Type Description
style Style

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

copyWithoutBorders Boolean

true if border settings are not copied; otherwise, false.

Remarks

Use the CopyFrom method to duplicate the properties of the specified Style object into the current instance of the AppearanceStyleBase class with or without border settings.

See Also