DayPilot.Month.visible

The visible property (boolean) sets the visbility of the JavaScript monthly calendar component.

Default Value

true

Example

Calendar config:

{
  visible: false,
  // ...
}