New to Kendo UI for jQuery? Start a free 30-day trial

View

methods

Gets an instance of the current view used by the multiViewCalendar.

Returns:Object

The instance of the current view used by the multiViewCalendar.

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar();

    var multiViewCalendar = $("#multiViewCalendar").data("kendoMultiViewCalendar");

    var view = multiViewCalendar.view();
</script>
Not finding the help you need?
Contact Support