New to Kendo UI for AngularStart a free 30-day trial

ShowDate

Interface

Represents an action that displays the details for a specific date.

Definition

Package:@progress/kendo-angular-scheduler

Syntax:

TS
const action = {
  type: 'show-date',
  view: schedulerView,
  date: new Date()
};

Properties

date

Date

Defines the new selected date.

Defines the view in which the date displays.

In this article
DefinitionPropertiesdateview
Not finding the help you need?
Contact Support