ASPxImageZoom.HintText Property
Gets or sets the text caption displayed within the hint.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value specifying the hint text. |
Remarks
Use the HintText and ImageZoomImages.Hint properties to specify the hint text and image, respectively. The hint text visibility can be specified using the ASPxImageZoom.ShowHintText property. The entire hint visibility is controlled by the ASPxImageZoom.ShowHint property.
See Also