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

ImageZoomNavigatorItem.LargeImageUrl Property

Gets or sets the path to the large image that is displayed in the zoom window and expand window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the path to the image.

Remarks

Use the LargeImageUrl property to specify a URL that is the path to the item image displayed as the large 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 large images via the ASPxImageZoomNavigator.LargeImageUrlField property.

If an item large image is not specified, it is automatically created from the image specified via the ImageZoomNavigatorItem.ImageUrl property.

See Also