ASPxImageZoom.ShowHintText Property
Gets or sets a value that specifies whether a hint text is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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.
See Also