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

ImageZoomNavigatorAutoGeneratedImagesSettings.LargeImageWidth Property

Specifies the width of automatically generated (cached) images that will be displayed in the zoom window element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "1000")]
public Unit LargeImageWidth { get; set; }

Property Value

Type Default Description
Unit "1000"

A Unit value specifying the image width.

Property Paths

You can access this nested property as listed below:

Object Type Path to LargeImageWidth
ASPxImageZoomNavigator
.SettingsAutoGeneratedImages.LargeImageWidth
ImageZoomNavigatorSettings
.SettingsAutoGeneratedImages.LargeImageWidth
MVCxImageZoomNavigator
.SettingsAutoGeneratedImages.LargeImageWidth

Remarks

Use the LargeImageWidth and ImageZoomNavigatorAutoGeneratedImagesSettings.LargeImageHeight properties to specify the size of images that will be displayed in the zoom window element.

To learn more about image caching, see the Image Caching topic.

See Also