New to Kendo UI for Angular? Start a free 30-day trial
ToolBarButtonGroupComponent
Represents the Kendo UI Toolbar ButtonGroup for Angular.
Use this component to group buttons in a ButtonGroup inside the ToolBar.
html
<kendo-toolbar>
<kendo-toolbar-buttongroup>
<kendo-toolbar-button text="Bold"></kendo-toolbar-button>
<kendo-toolbar-button text="Underline"></kendo-toolbar-button>
<kendo-toolbar-button text="Italic"></kendo-toolbar-button>
</kendo-toolbar-buttongroup>
</kendo-toolbar>
Selector
kendo-toolbar-buttongroup
Export Name
Accessible in templates as #kendoToolBarButtonGroupInstance="kendoToolBarButtonGroup"
Inputs
Name | Type | Default | Description |
---|---|---|---|
disabled |
|
When | |
selection |
|
|
Sets the selection mode of the ButtonGroup. |
width |
|
Sets the width of the ButtonGroup. When you set the width of the ButtonGroup, the buttons have the same width and resize to fill the group wrapper. |