DayPilot.Scheduler.eventTextWrappingEnabled

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

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

This value is also used when exporting the Scheduler to Excel.

Default Value

false

Example

Scheduler config:

{
  eventTextWrappingEnabled: true,
  // ...
}