ToolTip for the menu item (appears as "title" parameter of <a> tag ).

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

C#
public string ToolTip{ get; set;}
Visual Basic (Declaration)
Public Property ToolTip As String
Visual C++
public:
property String^ ToolTip {
	String^ get ();
	void set (String^ value);
}

See Also

MenuItem Class
DayPilot.Web.Ui Namespace