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

AutoGeneratedImagesSettingsBase.ImageWidth Property

Gets or sets the width of cached images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "660")]
public virtual Unit ImageWidth { get; set; }

Property Value

Type Default Description
Unit "660"

A Unit value specifying the image width.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageWidth
ASPxImageSlider
ASPxImageZoomNavigator
ImageSliderSettings
ImageZoomNavigatorSettings
MVCxImageSlider
MVCxImageZoomNavigator

Remarks

When the ASPxImageSliderBase.ImageSourceFolder property is specified and the ImageSliderAutoGeneratedImagesSettings.EnableImageAutoGeneration property is set to true, the control caches the images from the source folder to the folder specified via the AutoGeneratedImagesSettingsBase.ImageCacheFolder property.

Use the ImageWidth and AutoGeneratedImagesSettingsBase.ImageHeight properties to specify the width and height of automatically generated (cached) images.

See Also