Skip to main content
Tab

ImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit "75"

A Unit value specifying the image width.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ThumbnailWidth
ASP.NET MVC Extensions ImageZoomNavigatorSettings
.SettingsAutoGeneratedImages .ThumbnailWidth
ASP.NET Web Forms Controls ASPxImageZoomNavigator
.SettingsAutoGeneratedImages .ThumbnailWidth

Remarks

Use the ThumbnailWidth and ImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailHeight 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