ASPxImage.AssignImageProperties(ImageProperties) Method
In This Article
Copies public properties from the specified ImageProperties object to the current one.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void AssignImageProperties(
ImageProperties imageProperties
)
#Parameters
Name | Type | Description |
---|---|---|
image |
Image |
A Image |
#Remarks
Using this method allows you to have two objects with identical common properties.
See Also