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

ImageZoomNavigatorItem.ThumbnailUrl Property

Gets or sets the path to the item thumbnail.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the path to the image.

Remarks

Use the ThumbnailUrl property to specify a URL that is the path to the item image displayed as the thumbnail within the image zoom navigator.

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 thumbnail images via the ASPxImageZoomNavigator.ThumbnailUrlField property.

If a thumbnail is not specified, it is automatically created from the image specified via the ImageZoomNavigatorItem.ImageUrl property.

See Also