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

ASPxImage.AssignImageProperties(ImageProperties) Method

Copies public properties from the specified ImageProperties object to the current one.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void AssignImageProperties(
    ImageProperties imageProperties
)

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