ImageZoomSettings.EnableExpandMode Property
Gets or sets whether the expand 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 expand mode; otherwise, false. |
Remarks
Use the EnableExpandMode property to define whether or not the expand mode is enabled. If the expand mode is enabled, the ImageZoom extension displays the expand window when an end-user clicks the preview image. The expand window displays an image in full-screen view.
See Also