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

BackgroundImage.Assign(BackgroundImage) Method

Copies the settings of the specified object to the current one.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void Assign(
    BackgroundImage source
)

Parameters

Name Type Description
source BackgroundImage

A BackgroundImage object representing the source of the operation from which the settings should be copied.

Remarks

The Assign method copies the public properties from the source object specified by the source parameter to the current BackgroundImage object.

See Also