Skip to main content

ImageZoomSettings.ImageUrl Property

Gets or sets the URL pointing to the preview image displayed within the ImageZoom extension.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ImageUrl { get; set; }

Property Value

Type Description
String

A System.String value specifying the URL representing the path to the preview image displayed within the ImageZoom extension.

Remarks

Use the ImageUrl property to specify a URL representing the path to the preview image.

All graphic file formats which can be interpreted by web browsers are supported. The image’s URL can represent either an absolute or relative path.

See Also