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