ASPxImageBase.ToolTip Property
In This Article
Gets or sets the text displayed when the mouse pointer hovers over the image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string which specifies the tooltip’s text. |
#Remarks
The tooltip is shown whenever the mouse pointer pauses over the image.
See Also