Skip to main content
Tab

ASPxImageZoom.ShowHintText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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