New to Kendo UI for Angular? Start a free 30-day trial
AllDaySlotTemplateDirective
Represents the template for and assists the content customization of all-day slots.
To define the all-day slot template, nest an <ng-template>
tag with the kendoSchedulerAllDaySlotTemplate
directive inside the <kendo-scheduler>
, <kendo-scheduler-day-view>
, or <kendo-scheduler-week-view>
component (see example).
The available fields in the template context are:
date
—The date of the slot.resources
—The resources of the slot.
Selector
[kendoSchedulerAllDaySlotTemplate]