New to Kendo UI for Angular? Start a free 30-day trial
ShowDate
Updated over 1 year ago
Represents an action that displays the details for a specific date.
TS
const action = {
type: 'show-date',
view: schedulerView,
date: new Date()
};