DayPilot.Calendar.width

The width property (string) sets the width of the JavaScript Calendar component (in CSS format). When set to null, the Calendar uses the default display: block style associated with the <div> element.

See also responsive column width.

Default Value

null

Example

Calendar config:

{
  width: "70%",
  // ...
}