DayPilot.Calendar.timeRangeRightClickHandling

The timeRangeRightClickHandling property (string) sets the default action for time range double click.

Possible Values

  • "ContextMenu" - opens the time range selection context menu (contextMenuSelection)
  • "Disabled"
  • "Enabled"
  • "CallBack"
  • "PostBack"

Default Value

"ContextMenu"

Example

dp.timeRangeDoubleClickHandling = "Disabled";