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

ImageZoomNavigatorSettings.ThumbnailUrlField Property

Gets or sets the data source field which provides an item’s thumbnail image locations.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public string ThumbnailUrlField { get; set; }

Property Value

Type Description
String

A string value that specifies the name of the data source field which contains URLs to thumbnails.

Remarks

The ThumbnailUrlField property is in effect if the ImageZoomNavigator extension is bound to a data source.

Use the ThumbnailUrlField property to specify the bound data source’s data field (or an xml element’s attribute) which stores item thumbnail image locations. The ThumbnailUrlField property maps the ImageZoomNavigatorItem.ThumbnailUrl properties of an item’s objects to the specified data field’s values.

If the ThumbnailUrlField property of a data bound ImageZoomNavigator extension is not defined, the extension can automatically obtain an item’s thumbnail URLs from a data field whose name is “ThumbnailUrl”.

See Also