The moveBy property (string) sets the default event drag handle position used by the JavaScript Calendar component for moving and resizing.
"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
"Full"
dp.moveBy = "Top";