ASPxImageZoom.ShowHint Property
Specifies whether a hint is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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.
See Also