Skip to main content
Tab

ImageZoomAutoGeneratedImagesSettings.ImageCacheFolder Property

Specifies the path to the folder that contains cached images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ImageCacheFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the path to the folder.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ImageCacheFolder
ASP.NET MVC Extensions ImageZoomSettings
.SettingsAutoGeneratedImages .ImageCacheFolder
ASP.NET Web Forms Controls ASPxImageZoom
.SettingsAutoGeneratedImages .ImageCacheFolder

Remarks

When the ASPxImageZoom control displays binary images, which can be specified using the ASPxImageZoom.ImageContentBytes and ASPxImageZoom.LargeImageContentBytes properties, the control caches the images to the folder specified by the ImageCacheFolder property.

Note

By default, images are cached to the public “~\Thumb\“ folder. This can result in unauthorized access to private files. Therefore, we recommend you set restricted access for this folder.

See Also