DayPilot.Scheduler.theme

The theme property (string) sets the id of the CSS theme to be applied to the JavaScript Scheduler component.

Default Value

null

Example

Scheduler config:

{
  theme: "scheduler_white",
  // ...
}

See Also