BackgroundImage.Assign(BackgroundImage) Method
Copies the settings of the specified object to the current one.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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