Back to Devexpress

ASPxImageZoom.EnableExpandMode Property

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

latest1.4 KB
Original Source

ASPxImageZoom.EnableExpandMode Property

Gets or sets whether the expand window is enabled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

ASPxImageZoom Class

ASPxImageZoom Members

DevExpress.Web Namespace