A newer version of this page is available.
Switch to the current version.
MenuItem.ToolTip Property
Gets or sets the current menu item's tooltip text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue("")]
public string ToolTip { get; set; }
<DefaultValue("")>
Public Property ToolTip As String
Property Value
Type | Default | Description |
---|---|---|
String | A string which specifies the text content of the current menu item's tooltip. |
Remarks
Use the ToolTip property to define a tooltip text for an individual menu item. If a string is assigned to a menu item's ToolTip property, the 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