DayPilot.Gantt.rowHeaderHideIconEnabled

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

Default Value

false

Example

Gantt Chart config:

{
  rowHeaderHideIconEnabled: true,
  // ...
}