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

ImageZoomNavigatorItem.ImageUrl Property

Gets or sets the path to the image displayed in the preview image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the path to the image.

Remarks

Use the ImageUrl property to specify a URL that is the path to the item image displayed as the preview image within the associated ASPxImageZoom control.

If the ASPxImageZoomNavigator is bound to a data source, you can specify the data source’s data field (or an xml element’s attribute) which stores locations of item images using the ASPxImageZoomNavigator.ImageUrlField property.

When the AccessibilityCompliant property is enabled, an alternative text for an image is obtained from the ImageZoomNavigatorItem.ZoomWindowText property. If the ImageZoomNavigatorItem.ZoomWindowText property is not specified, an image’s filename and extension (saved within the ImageUrl property) are used to define its alternative text.

See Also