aspnet-devexpress-dot-web-5acf3aa8.md
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
public enum LargeImageLoadMode
Public Enum LargeImageLoadMode
| 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.
|
The following properties accept/return LargeImageLoadMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxImageZoom.LargeImageLoadMode |
| ASP.NET MVC Extensions | ImageZoomSettings.LargeImageLoadMode |
See Also