Title of the context menu (appears in the menu header).

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

Syntax

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

See Also