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

ASPxImage

The ASPxImage control can be used to display any valid image supported by the requesting browser on the web page.

ASPxImage

The path to the displayed image is specified by the ASPxImage.ImageUrl property. You can specify the text to display in place of an 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.