DayPilot.Scheduler.eventTapAndHoldHandling

The eventTapAndHoldHandling property (string) specifies the action assigned to event tap-and-hold gesture (touch devices) in the JavaScript Scheduler.

Possible Values

Default Value

"Move"

Example

Scheduler config:

{
  eventTapAndHoldHandling: "ContextMenu",
  // ...
}