DayPilot.Scheduler.durationBarVisible

The durationBarVisible property (boolean) determines whether the JavaScript Scheduler will display event duration bar

Default Value

true

Example

const dp = new DayPilot.Scheduler("scheduler", {
  durationBarVisible: false,
  // ...
});