WeekViewComponent
Represents the component that renders the Week view in the Scheduler.
<kendo-scheduler>
     <kendo-scheduler-week-view></kendo-scheduler-week-view>
</kendo-scheduler>Selector
kendo-scheduler-week-view
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| allDaySlot | 
 | 
 | Toggles the all-day slot. | 
| currentTimeMarker | 
 | Specifies the settings for the current time marker of the Scheduler. | |
| endTime | 
 | The end time of the view. The Scheduler displays events which end before the end time.
Accepts string values in the  | |
| eventClass | 
 | Defines a function that is executed for every event in the view.
The function returns a value which is supported by  | |
| eventHeight | 
 | Sets the height (in pixels) of events in the Scheduler views.
For  | |
| eventStyles | 
 | Defines a function that is executed for every event in the view.
The function returns a value which is supported by  | |
| highlightOngoingEvents | 
 | Specifies the settings for the ongoing events highlight of the Scheduler. | |
| scrollTime | 
 | The time to which the view will initially be scrolled.
Accepts string values in the  | |
| selectedDateFormat | 
 | 
 | Sets the long-date format for the selected date in the Scheduler toolbar.
Defaults to  | 
| selectedShortDateFormat | 
 | 
 | Sets the short-date format for the selected date in the Scheduler toolbar.
Defaults to  | 
| showFooter | 
 | Specifies whether to display the footer of the Scheduler. | |
| showToolbar | 
 | Specifies whether to display the toolbar of the Scheduler. | |
| showWorkHours | 
 | 
 | If set to  | 
| slotClass | 
 | Defines a function that is executed for every slot in the view.
The function returns a value which is supported by  | |
| slotDivisions | 
 | The number of divisions of the time slots. | |
| slotDuration | 
 | The duration (in minutes) of the time slots. | |
| slotFill | 
 | 
 | Numeric value between 0 and 1 that specifies what percentage of the slot should be filled by the events. | 
| startTime | 
 | The start time of the view. The Scheduler displays events which start after the start time.
Accepts string values in the  | |
| workDayEnd | 
 | The end time of the view when  | |
| workDayStart | 
 | The start time of the view when  | |
| workWeekEnd | 
 | The end of the work week. | |
| workWeekStart | 
 | The start of the work week. | 
Fields
| Name | Type | Default | Description | 
|---|---|---|---|
| name | 
 | 
 | The invariant name for this view. |