Skip to main content
Tab

ASPxImageZoom.ExpandWindowText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String true

A string value specifying the text.

See Also