DayPilot.Month.visible

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

Declaration

DayPilot.Month.visible

Default Value

true

Examples

JavaScript

const dp = new DayPilot.Month("dp", {
  visible: false,
  // ...
});
dp.init();

Angular

<daypilot-month [config]="config"></daypilot-month>
config: DayPilot.MonthConfig = {
  visible: false,
  // ...
};

React

<DayPilotMonth
  visible={false}
  {/* ... */}
/>

Vue

<DayPilotMonth
  :visible="false"
  <!-- ... -->
/>

See Also

DayPilot.Month Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript