Skip to main content
A newer version of this page is available. .
Tab

ASPxImageBase.ToolTip Property

Gets or sets the text displayed when the mouse pointer hovers over the image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public override string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string which specifies the tooltip’s text.

Remarks

The tooltip is shown whenever the mouse pointer pauses over the image.

See Also