Skip to main content
Tab

ASPxImageZoom.ShowHint Property

Specifies whether a hint is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, to display a hint; otherwise, false.

Remarks

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

ImageZoom - Hint

See Also