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

ImageZoomNavigatorSettings.LargeImageUrlField Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public string LargeImageUrlField { get; set; }

Property Value

Type Description
String

A string value that specifies the name of the required data source field.

Remarks

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

Use the LargeImageUrlField property to specify the bound data source’s data field (or an xml element’s attribute) which stores an item’s large image locations. These large images are displayed within the expand window and the zoom window of the associated ImageZoom. The LargeImageUrlField property maps the ImageZoomNavigatorItem.LargeImageUrl properties of item objects to the specified data field’s values.

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

See Also