Skip to main content
Tab

ImageLoadMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ImageLoadMode

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