ToolbarNavigationComponent
Component
A toolbar component that contains controls for date navigation (see example).
To render the Previous, Today, Next, and Date picker buttons, include this component in the toolbar template.
Definition
Package:@progress/kendo-angular-scheduler
Selector:[kendoSchedulerToolbarNavigation]
Syntax:
html
<kendo-scheduler>
<ng-template kendoSchedulerToolbarTemplate>
<span class="custom-toolbar">
<div kendoSchedulerToolbarNavigation></div>
</span>
</ng-template>
</kendo-scheduler>
Inputs
activeView
CalendarView
Sets the activeView of the Calendar in the navigation component.
Default:
'month'
bottomView
CalendarView
Sets the bottomView of the Calendar in the navigation component.
Default:
'month'