New to Kendo UI for Angular? Start a free 30-day trial
SlotRange
Defines a range of regular or all-day slots.
Used to describe the selected slots in the slotSelectionChange event and to set the selected slots with the kendoSchedulerSlotSelectable directive.
| Name | Type | Default | Description |
|---|---|---|---|
end |
|
The end date of the slot selection. | |
isAllDay? |
|
Indicates if the slot selection consists of all-day slots, or of time slots.
The default value is | |
resources? |
|
The resources that correspond to the slot selection.
The default value is | |
start |
|
The start date of the slot selection. |