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

CalendarView

Defines the available Calendar view types for navigation and display.

The possible values are:

  • month - Displays days within a month
  • year - Displays months within a year
  • decade - Displays years within a decade
  • century - Displays decades within a century
typescript
const view: CalendarView = 'month';

type CalendarView = "month" | "year" | "decade" | "century";

Not finding the help you need?
Contact Support