DayPilot.Scheduler.eventResizeMargin

The eventResizeMargin property (number) sets the width of the drag handle that allows resizing an event by dragging in the JavaScript Scheduler component (in pixels).

Default Value

5

Example

Scheduler config:

{
  eventResizeMargin: 10,
  // ...
}