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

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

Syntax

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

See Also