DayPilot.Month.eventBarVisible

The eventBarVisible property (boolean) determines whether the event bar should be visible. 

Available since version 2022.1.5225.

Default Value

true

Example

const month = new DayPilot.Month("month", {
  eventBarVisible: false,
  // ...
});

month.init();