New to Kendo UI for Angular? Start a free 30-day trial
ToolBarSeparatorComponent
Represents the Kendo UI ToolBar Separator for Angular.
Use this component to add a visual separator between ToolBar tools.
html
<kendo-toolbar>
<kendo-toolbar-button text="Button 1"></kendo-toolbar-button>
<kendo-toolbar-separator></kendo-toolbar-separator>
<kendo-toolbar-button text="Button 2"></kendo-toolbar-button>
</kendo-toolbar>
Selector
kendo-toolbar-separator
Export Name
Accessible in templates as #kendoToolBarSeparatorInstance="kendoToolBarSeparator"