title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Active View and View Depth |
Active View and View Depth - Calendar - Kendo UI for Vue |
Define the first view that the Kendo UI Calendar initially renders in Vue projects. |
activeview_calendar_wrapper |
4 |
The Calendar enables you to define the first and last initial views as well as the last view to which the user can navigate.
To define the first view that the Calendar initially renders, use the start
option.
The Calendar supports the following predefined view options:
month
—Shows the days of the month.year
—Shows the months of the year.decade
—Shows the years of the decade.century
—Shows the decades of the century.
You can define the last view to which the user can navigate (view navigation depth) by setting the depth
option.