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

LargeImageLoadMode Enum

Lists values that specify when an image displayed in the zoom window and expand window should be loaded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum LargeImageLoadMode

Members

Name Description
Direct

A large image is loaded to the client side directly when the control is loaded.

OnPageLoad

A large image is loaded to the client side on the page load event.

OnFirstShow

A large image is loaded to the client side when the image is shown for the first time.

Related API Members

The following properties accept/return LargeImageLoadMode values:

Remarks

The values listed by this enumeration are used to set the ASPxImageZoom.LargeImageLoadMode (or the ImageZoomSettings.LargeImageLoadMode) property’s value.

See Also