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.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

See Also