DayPilot.Scheduler.eventBorderVisible

The eventBorderVisible property (boolean) specifies whether the event border should be visible.

If disabled, the JavaScript Scheduler remove the event border by applying inline styles (border: none).

Default Value

true

Example

Scheduler config:

{
  eventBorderVisible: false,
  // ...
}