DayViewComponent
The component for rendering the Day view.
Selector
kendo-scheduler-day-view
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
currentTimeMarker | boolean | CurrentTimeSettings | Specifies the settings for the current time marker of the Scheduler. | |
endTime | string | The end time of the view. The Scheduler displays events which end before the end time.
Accepts string values in the | |
eventClass | (args: EventStyleArgs) => any | Defines a function that is executed for every event in the view.
The function returns a value which is supported by | |
eventHeight | number | The height of the events. | |
eventStyles | (args: EventStyleArgs) => any | Defines a function that is executed for every event in the view.
The function returns a value which is supported by | |
highlightOngoingEvents | boolean | OngoingEventsSettings | Specifies the settings for the ongoing events highlight of the Scheduler. | |
scrollTime | string | The time to which the view will initially be scrolled.
Accepts string values in the | |
showWorkHours | boolean | If set to | |
slotClass | (args: SlotClassArgs) => any | Defines a function that is executed for every slot in the view.
The function returns a value which is supported by For more information, refer to the example on setting the | |
slotDivisions | number | The number of divisions of the time slots. | |
slotDuration | number | The duration (in minutes) of the time slots. | |
slotFill | number | Numeric value between 0 and 1 that specifies what percentage of the slot should be filled by the events. Defaults to 0.9 (90% fill). | |
startTime | string | The start time of the view. The Scheduler displays events which start after the start time.
Accepts string values in the | |
workDayEnd | string | The end time of the view when | |
workDayStart | string | The start time of the view when | |
workWeekEnd | The end of the work week. | ||
workWeekStart | The start of the work week. | ||
selectedDateFormat | string | The long-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to | |
selectedShortDateFormat | string | The short-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to |
Fields
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
name | string | The invariant name for this view ( |