DayPilot.Queue.eventBarVisible

 The eventBarVisible property (boolean) determines whether the event duration bar should be visible in the Queue component. 

Default Value

true

Example

const dp = new DayPilot.Queue("queue", {
  eventBarVisible: false,
  // ...
});