ToolbarViewSelectorComponent
Component
A toolbar component that contains controls for switching views (see example).
To render the view-selection buttons, include this component in the toolbar template.
Definition
Package:@progress/kendo-angular-scheduler
Selector:[kendoSchedulerToolbarViewSelector]
Syntax:
html
<kendo-scheduler>
<ng-template kendoSchedulerToolbarTemplate>
<div kendoSchedulerToolbarViewSelector responsiveBreakpoint]="960"></div>
</ng-template>
</kendo-scheduler>
Inputs
responsiveBreakpoint
number
Sets the Toolbar width in pixels at which responsive behavior is enabled. When enabled, the ButtonGroup with the views is replaced by a select element.
Default:
1024
toolbarWidth
number
Sets the current width of the Toolbar in pixels for responsive calculations. Use the schedulerResize event to get the Toolbar width.