DayPilot.Calendar.moveBy

The moveBy property (string) sets the default event drag handle position used by the JavaScript Calendar component for moving and resizing.

Possible Values

  • "None" - no handles

  • "Top" - moving is possible using the top margin, resizing using the bottom margin

  • "Full" - resizing is possible using top and bottom margin, moving can be started anywhere else

Default Value

"Full"

Example

dp.moveBy = "Top";