New to Kendo UI for Angular? Start 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 monthyear
- Displays months within a yeardecade
- Displays years within a decadecentury
- Displays decades within a century
typescript
const view: CalendarView = 'month';
type
CalendarView = "month" | "year" | "decade" | "century";