DayPilot.Scheduler.dragInProgress

The dragInProgress() method returns true when a drag-and-drop operation is currently active in the JavaScript Scheduler component.

Declaration

DayPilot.Scheduler.dragInProgress()

Parameters

This method has no parameters.

Return Value

Returns true when event moving, event resizing, time range selecting, or row moving is in progress; otherwise returns false.

Example

if (dp.dragInProgress()) {
  return;
}

See Also

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript