New to Kendo UI for Angular? Start a free 30-day trial
ToolbarViewSelectorComponent
A toolbar component that contains controls for switching views (see example).
To render the view-selection buttons, include this component in the toolbar template.
html
<kendo-scheduler>
<ng-template kendoSchedulerToolbarTemplate>
<div kendoSchedulerToolbarViewSelector responsiveBreakpoint]="960"></div>
</ng-template>
</kendo-scheduler>
Selector
[kendoSchedulerToolbarViewSelector]
Inputs
Name | Type | Default | Description |
---|---|---|---|
responsiveBreakpoint |
|
|
Sets the Toolbar width in pixels at which responsive behavior is enabled. When enabled, the ButtonGroup with the views is replaced by a |
toolbarWidth |
|
Sets the current width of the Toolbar in pixels for responsive calculations. Use the |