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

ASPxImageZoom.ShowHintText Property

Gets or sets a value that specifies whether a hint text is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if a hint text is displayed; otherwise, false.

Remarks

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

ImageZoom - Hint

See Also