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

ASPxImageZoom.ZoomWindowText Property

Gets or sets the text caption displayed within the zoom window footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public string ZoomWindowText { get; set; }

Property Value

Type Default Description
String **true**

A string value specifying the text.

Remarks

ImageZoom - ZoomWindow

See Also