Skip to content
DayPilot

DayPilot Pro for ASP.NET WebForms 6.9

Release date: June 14, 2012 (build 2505)

(F) Scheduler Time Headers

scheduler time headers multi row

Example

protected void Page_Load(object sender, EventArgs e)
{
  // ...
	
  DayPilotScheduler1.TimeHeaders.Clear();
  DayPilotScheduler1.TimeHeaders.Add(new TimeHeader(GroupByEnum.Month));
  DayPilotScheduler1.TimeHeaders.Add(new TimeHeader(GroupByEnum.Week));

  // ...
}

Documentation

Demo

Implemented