DayPilot.Scheduler.eventResizingStartEndEnabled

The eventResizingStartEndEnabled property (boolean) enables target date/time indicators during event resizing.

Declaration

DayPilot.Scheduler.eventResizingStartEndEnabled

Default Value

false

Notes

The indicators are displayed only while the user is resizing an existing event.

Examples

JavaScript

const dp = new DayPilot.Scheduler("dp", {
  eventResizingStartEndEnabled: true,
  // ...
});
dp.init();

Angular

<daypilot-scheduler [config]="config"></daypilot-scheduler>
config: DayPilot.SchedulerConfig = {
  eventResizingStartEndEnabled: true,
  // ...
};

React

<DayPilotScheduler
  eventResizingStartEndEnabled={true}
  {/* ... */}
/>

Vue

<DayPilotScheduler
  :eventResizingStartEndEnabled="true"
  <!-- ... -->
/>

See Also

Event Resizing [doc.daypilot.org]

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript