The name of context menu instance (JavaScript, see DayPilotMenu.ClientObjectName).

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

Syntax

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

See Also