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

ASPxImageZoom.ImageUrl Property

Gets or sets the URL pointing to the preview image displayed within the ASPxImageZoom control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string ImageUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A System.String value specifying the URL representing the path to the preview image displayed within the ASPxImageZoom control.

Remarks

Use the ImageUrl property to specify a URL representing the path to the preview image.

All graphic file formats which can be interpreted by web browsers are supported. The image’s URL can represent either an absolute or relative path.

See Also