A newer version of this page is available.
Switch to the current version.
ToolbarItemBase.ToolTip Property
Gets or sets the item's tooltip text.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue("")]
public virtual string ToolTip { get; set; }
<DefaultValue("")>
Public Overridable Property ToolTip As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the text content of the item's tooltip. |
Remarks
A toolbar item's tooltip is shown whenever the mouse cursor pauses over the item. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.
See Also
Feedback