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

ASPxImageZoom.EnableZoomMode Property

Gets or sets whether the zoom window is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool EnableZoomMode { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable the zoom mode; otherwise, false.

Remarks

When the EnableZoomMode property is set to true, hovering the preview image with the mouse pointer invokes the zoom window.

See Also