Skip to main content
Tab

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

Property Value

Type Default Description
String String.Empty

A string which specifies the tooltip’s text.

See Also