DayPilot.Scheduler.timeRangeClickHandling

The timeRangeClickHandling property (string) specifies the default action for time range click in the JavaScript Scheduler component.

Possible Values

  • "Enabled"

  • "Disabled"

Default Value

"Enabled"

Example

Scheduler config:

{
  timeRangeClickHandling: "Disabled",
  // ...
}