Skip to main content
Tab

ASPxImageZoom.EnableZoomMode Property

Gets or sets whether the zoom window is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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