Skip to main content

Image

The ASPxImage control allows you to display any image.

ASPxImage

The ASPxImage.ImageUrl property specifies the path to the displayed image. To specify the text to display in place of an image when the image is not available, set 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). Use the ASPxImageBase.ImageAlign property to specify the alignment of the displayed image in relation to other elements on the web page.

Note

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