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

ImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailHeight Property

Specifies the height of automatically generated (cached) images that will be displayed in the thumbnail element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "75")]
public override Unit ThumbnailHeight { get; set; }

Property Value

Type Default Description
Unit "75"

A Unit value specifying the image height.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ThumbnailHeight and ImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailWidth properties to specify the size of images that will be displayed in the thumbnail element.

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

See Also