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

ImageEditPropertiesBase.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 string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string which specifies the tooltip’s text.

See Also