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

ASPxImageZoom.EnableExpandMode Property

Gets or sets whether the expand window is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

When the EnableExpandMode property is set to true, a click on the preview image invokes the expand window.

See Also