ASPxImageZoomNavigator.SettingsAutoGeneratedImages Property
Gets settings that allow specifying the location and sizes of automatically generated (cached) images.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ImageZoomNavigatorAutoGeneratedImagesSettings | An ImageZoomNavigatorAutoGeneratedImagesSettings object that contains the settings. |
Remarks
When the ASPxImageSliderBase.ImageSourceFolder property is specified, the control caches the images from the source folder to an image cache folder.
Use the SettingsAutoGeneratedImages property to specify the image cache folder and sizes of the cached images.
To learn more about image caching, see the Image Caching topic.
See Also