LargeImageLoadMode Enum
In This Article
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
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Direct
|
A large image is loaded to the client side directly when the control is loaded. |
On
|
A large image is loaded to the client side on the page load event. |
On
|
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. |
ASPx |
ASP. |
Image |
See Also