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

ASPxImage Class

Represents a control for displaying images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxImage :
    ASPxImageBase

Remarks

The ASPxImage control can be used to display on the web page any valid image supported by the requesting browser. The path to the displayed image is specified by the ASPxImage.ImageUrl property. You can specify the text to display in place of image when the image is not available by setting the ASPxImageBase.AlternateText property. The ASPxImageBase.EmptyImage property allows you to define a specific image to be displayed by the image editor if the editor’s value is null (or the ASPxImage.ImageUrl property is not defined or is set to an empty string). The alignment of the displayed image in relation to other elements on the web page is specified by the ASPxImageBase.ImageAlign property.

Note

You cannot bind the ASPxImage to binary data. For this purpose, use the ASPxBinaryImage control.

See Also