DayPilot.Scheduler.rowHeaderHideIconEnabled

The rowHeaderHideIconEnabled property (boolean) enables the icon that allows users to hide the JavaScript Scheduler row headers.

Default Value

false

Example

Scheduler config:

{
  rowHeaderHideIconEnabled: true,
  // ...
}