Back to Devexpress

LargeImageLoadMode Enum

aspnet-devexpress-dot-web-5acf3aa8.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum LargeImageLoadMode
vb
Public Enum LargeImageLoadMode

Members

NameDescription
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.

|

The following properties accept/return LargeImageLoadMode values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxImageZoom.LargeImageLoadMode
ASP.NET MVC ExtensionsImageZoomSettings.LargeImageLoadMode

See Also

DevExpress.Web Namespace