ID of the DayPilotMenu control that will be used for context menu. If no ID is specified, the context menu will be disabled.

Namespace: DayPilot.Web.Ui
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

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