DayViewComponent
Represents the component that renders the Day view in the Scheduler.
Definition
Package:@progress/kendo-angular-scheduler
Selector:kendo-scheduler-day-view
Syntax:
<kendo-scheduler>
<kendo-scheduler-day-view></kendo-scheduler-day-view>
</kendo-scheduler>
Inputs
allDaySlot
boolean
Toggles the all-day slot.
true
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 HH:mm format.
Defines a function that is executed for every event in the view.
The function returns a value which is supported by ngClass.
eventHeight
number
Sets the height (in pixels) of events in the Scheduler views.
For Month, Timeline, and Multi-Week views, it controls the height of regular and all-day events.
For Day and Week views, it controls the height of all-day events.
Defines a function that is executed for every event in the view.
The function returns a value which is supported by ngStyle.
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 HH:mm format or a JavaScript Date.
selectedDateFormat
string
Sets the long-date format for the selected date in the Scheduler toolbar. For more information, see Parsing and Formatting Dates and Numbers.
'{0:D}'
selectedShortDateFormat
string
Sets the short-date format for the selected date in the Scheduler toolbar. For more information, see Parsing and Formatting Dates and Numbers.
'{0:d}'
showFooter
boolean
Specifies whether to display the footer of the Scheduler.
showToolbar
boolean
Specifies whether to display the toolbar of the Scheduler.
showWorkHours
boolean
If set to true, the view will be initially shown in the business-hours mode.
By default, the view is displayed in the full-day mode.
false
Defines a function that is executed for every slot in the view.
The function returns a value which is supported by ngClass see example.
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.
0.9
startTime
string
The start time of the view. The Scheduler displays events which start after the start time.
Accepts string values in the HH:mm format.
workDayEnd
string
The end time of the view when showWorkHours is set to true.
Accepts string values in the HH:mm format.
workDayStart
string
The start time of the view when showWorkHours is set to true.
Accepts string values in the HH:mm format.
The end of the work week.
The start of the work week.
Fields
name
string
The invariant name for this view.
'day'