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.v24.2.dll
Declaration
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:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxImageZoom.LargeImageLoadMode |
ASP.NET MVC Extensions | ImageZoomSettings.LargeImageLoadMode |
See Also