Skip to main content
Tab

ASPxImageBase.ToolTip Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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