ImageLoadMode Enum
Lists values that specify the ASPxImageSlider’s item loading mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
AllImages
|
All images are loaded when an image slider is loaded for the first time. |
DynamicLoadAndCache
|
An image is loaded when required. Loaded images are cached and not loaded from the server the next time they are required. |
DynamicLoad
|
An image is loaded when required. Currently, an unnecessary image is unloaded. |
Auto
|
Equal to DynamicLoad for touch devices, and equal to DynamicLoadAndCache for other devices. |
Related API Members
The following properties accept/return ImageLoadMode values:
See Also