DayPilot.Scheduler.cellGroupBy

Cell group size (first row of the header).

Declaration

DayPilot.Scheduler.cellGroupBy (string)

Possible Values

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

Description

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

Example

dps.cellGroupBy = "Week";