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

ASPxImageZoom.HintText Property

Gets or sets the text caption displayed within the hint.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string HintText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the hint text.

Remarks

Use the HintText and ImageZoomImages.Hint properties to specify the hint text and image, respectively. The hint text visibility can be specified using the ASPxImageZoom.ShowHintText property. The entire hint visibility is controlled by the ASPxImageZoom.ShowHint property.

ImageZoom - Hint

See Also