ImageZoomSettings.EnableZoomMode Property
Gets or sets whether the zoom mode is enabled.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to enable the zoom mode; otherwise, false. |
Remarks
Use the EnableZoomMode property to define whether or not the zoom mode is enabled. If the zoom mode is enabled, the ImageZoom extension displays the zoom window when an end-user hovers mouse pointer over the preview image. The zoom window displays a magnified portion of the preview image.
To access the zoom mode settings, use the ImageZoomSettings.SettingsZoomMode property.
See Also