DayPilot.Calendar.visible

The visible property (boolean) sets the visibility of the JavaScript Calendar component.

Default Value

true

Example

Calendar config:

{
  visible: false,
  // ...
}