| name | String | Sets the name of the component. |
| as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |
| is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
| allow-reverse | Boolean | Enables the user to select an end date that is before the start date. This option is available only when the selectable configuration is set to range. |
| century-cells-format | CenturyCellsFormats | Defines the century cell format. |
| culture | String | Specifies the culture info used by the widget. |
| dates | DateTime[] | Specifies a list of dates, which will be passed to the month template. |
| depth | CalendarView | Specifies the navigation depth. The following settings are available for the depth value: "month" - Shows the days of the month.; "year" - Shows the months of the year.; "decade" - Shows the years of the decade. or "century" - Shows the decades from the century.. |
| disable-dates | DateTime[] | An array or function that will be used to determine which dates to be disabled in the multiViewCalendar. |
| disable-dates-handler | String | Thue function that will be used to determine which dates to be disabled in the calendar. |
| deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
| enable-footer | Boolean | If set to false, the footer will not be rendered. |
| footer | String | The template which renders the footer. If false, the footer will not be rendered. |
| footer-handler | String | The template which renders the footer. If false, the footer will not be rendered. |
| format | String | Specifies the format, which is used to parse value set with value() method. |
| max | DateTime | Specifies the maximum date, which the multiViewCalendar can show. |
| min | DateTime | Specifies the minimum date, which the multiViewCalendar can show. |
| on-change | String | The name of the JavaScript function that will handle the change event. Fires when selection is changed. |
| on-navigate | String | The name of the JavaScript function that will handle the navigate event. Fires when multiViewCalendar navigates. |
| script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
| selectable | String | By default user is able to select a single date. The property can also be set to "multiple" or "range". More information about multiple selection can be found in the Selection article. |
| select-dates | DateTime[] | Specifies which dates to be selected when the multiViewCalendar is initialized. |
| show-other-month-days | Boolean | When this configuration is enabled, the MultiViewCalendar will render days from the previous and next months in the current views. |
| show-view-header | Boolean | If set to true will render a header for every view. |
| start | CalendarView | Specifies the start view. The following settings are available for the start value: "month" - Shows the days of the month.; "year" - Shows the months of the year.; "decade" - Shows the years of the decade. or "century" - Shows the decades from the century.. |
| value | DateTime | Specifies the selected date. |
| views | Double | This property controls how many months to be shown at same time. By default it shows two months. |
| week-number | Boolean | If set to true a week of the year will be shown on the left side of the multiViewCalendar. |