New to Kendo UI for Angular? Start a free 30-day trial

ShowDate

An action which indicates that details for the specified date will be shown.

const action = {
 type: 'show-date',
 view: schedulerView,
 date: Date
}
NameTypeDefaultDescription

date

Date

The new selected date.

view

SchedulerView

The view in which the date will be displayed.

In this article

Not finding the help you need?