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

AppearanceStyleBase.Assign(AppearanceStyleBase) Method

Copies the settings from the specified AppearanceStyleBase object to the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Assign(
    AppearanceStyleBase source
)

Parameters

Name Type Description
source AppearanceStyleBase

A AppearanceStyleBase object which settings are assigned to the current object.

Remarks

The Assign method copies properties of the AppearanceStyleBase object passed as a parameter to the current object. This allows you to have two objects with identical common properties.

See Also