Gets or sets the tooltip string to be displayed when the mouse is positioned over the item.
[Visual Basic]
Public Property ToolTip As
String
[C#]
public
String ToolTip {get; set;}
Property Value
System.String
This property is read/write.
Remarks
When the mouse is positioned over a navigation item for a while, this string is displayed as tooltip to provide more description of this item.
See Also
NavigationItem Class | EO.Web Namespace