TimelineMonthViewComponent
The component for rendering the Month timeline view.
Selector
kendo-scheduler-timeline-month-view
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
columnWidth | number | Specifies the columns width. | |
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 | |
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 | |
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. | |
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. |
Fields
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
name | string | The invariant name for this view ( |