DayPilot.Scheduler.eventMoveMargin

The eventMoveMargin property (number) sets the height of the drag handle that allows moving an event by dragging in the JavaScript Scheduler component (in pixels).

The moving drag handle margin is only applicable in moveBy: "Top" and moveBy: "Left" modes (see the moveBy property).

Default Value

5

Example

Scheduler config:

{
  eventMoveMargin: 10,
  // ...
}