Skip to main content
A newer version of this page is available. .

ImageZoomSettings.EnableZoomMode Property

Gets or sets whether the zoom mode is enabled.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool EnableZoomMode { get; set; }

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