Skip to main content
A newer version of this page is available. .
Tab

ImageLoadMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Remarks

The values listed by this enumeration are used to set the ImageSliderBehaviorSettings.ImageLoadMode property’s value.

See Also