DayPilot.Modal.dragDrop

The dragDrop property (boolean) specifies whether the modal dialog can be moved by dragging its border.

Declaration

DayPilot.Modal.dragDrop

Default Value

true

Example

const modal = new DayPilot.Modal({
  dragDrop: false,
  // ...
});
modal.showUrl("/dialog.html");

See Also

DayPilot.Modal.showUrl()

DayPilot.Modal Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript