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

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

Syntax

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

See Also