DayPilot.Gantt.cellGroupBy

Cell group size (first row of the time header). Used only for backwards compatibility. Use timeHeaders instead.

Declaration

DayPilot.Gantt.cellGroupBy (string)

Possible Values

  • "Hour"
  • "Day"
  • "Week"
  • "Month" (default)
  • "None" 

Description

The value of cellGroupBy is only used when it is referenced as a group size in timeHeaders property.

Example

gantt.cellGroupBy = "Week";