Back to Devexpress

ImageLoadMode Enum

aspnet-devexpress-dot-web-232baba6.md

latest1.5 KB
Original Source

ImageLoadMode Enum

Lists values that specify the ASPxImageSlider’s item loading mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ImageLoadMode
vb
Public Enum ImageLoadMode

Members

NameDescription
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

Image Slider

DevExpress.Web Namespace