title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Active View and View Depth |
Active View and View Depth - DateRangePicker - Kendo UI for Vue |
Define the first view that the Kendo UI DateRangePicker initially renders in Vue projects. |
startviewdepth_daterangepicker_wrapper |
2 |
The DateRangePicker 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 DateRangePicker initially renders, use the start
option.
The following options are available for the start
property:
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.
{% meta height:450 %} {% embed_file daterangepicker/active/main.vue preview %} {% embed_file daterangepicker/active/main.js %} {% endmeta %}