DayPilot.Month.eventTextWrappingEnabled

The eventTextWrappingEnabled property (boolean) enables event text wrapping in the JavaScript Monthly Calendar component.

When the value is set to false, the monthly calendar adds white-space: nowrap style to the event DOM element.

Available since version 2022.3.5416.

Default Value

false

Example

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