Back to Devexpress

ASPxImageZoom.EnableZoomMode Property

aspnet-devexpress-dot-web-dot-aspximagezoom.md

latest1.4 KB
Original Source

ASPxImageZoom.EnableZoomMode Property

Gets or sets whether the zoom window is enabled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool EnableZoomMode { get; set; }
vb
<DefaultValue(True)>
Public Property EnableZoomMode As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ASPxImageZoom Class

ASPxImageZoom Members

DevExpress.Web Namespace