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: 5.8.1956.0 (5.8.1956.0)

Syntax

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

See Also