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

ImageZoomSettings.EnableExpandMode Property

Gets or sets whether the expand mode is enabled.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool EnableExpandMode { get; set; }

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