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 ContextMenuTaskID { get; set; }
Visual Basic
Public Property ContextMenuTaskID As String
	Get
	Set
Visual C++
public:
property String^ ContextMenuTaskID {
	String^ get ();
	void set (String^ value);
}

See Also