Time Cell

Thursday, 9
Friday, 10
Saturday, 11
Sunday, 12
Monday, 13
Tuesday, 14
Wednesday, 15
Count: 2
Count: 2
Count: 0
Count: 0
Count: 3
Count: 2
Count: 1

You can customize the content and appearance of time cells in the Scheduler. Use the view-specific TimeCellTemplate property (for example, DxSchedulerTimelineView.TimeCellTemplate, and so on) to specify custom content and layout. In the markup for this property, use the context parameter to access information about the time cell. This parameter returns a SchedulerTimeCellInfo object.

You can also handle the HtmlCellDecoration event to customize the appearance of different Scheduler cells.