DayPilot.Month.eventRightClickHandling

The eventRightClickHandling property (string) sets the default event right click action.

Possible Values

  • "Enabled"
  • "Disabled"
  • "ContextMenu"
  • "Bubble"
  • "CallBack"
  • "PostBack"

Default Value

"ContextMenu"

Example

dp.eventRightClickHandling = "Bubble";