aspnet-devexpress-dot-web-232baba6.md
Lists values that specify the ASPxImageSlider’s item loading mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ImageLoadMode
Public Enum ImageLoadMode
| 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.
|
The following properties accept/return ImageLoadMode values:
See Also