Enables or disables context menu title.

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

Syntax

C#
public bool ShowMenuTitle{ get; set;}
Visual Basic (Declaration)
Public Property ShowMenuTitle As Boolean
Visual C++
public:
property bool ShowMenuTitle {
	bool get ();
	void set (bool value);
}

See Also