ButtonGroupComponent
Represents the Kendo UI ButtonGroup component for Angular.
<kendo-buttongroup>
  <button kendoButton>Left</button>
  <button kendoButton>Middle</button>
  <button kendoButton>Right</button>
</kendo-buttongroup>
Selector
kendo-buttongroup
Export Name
Accessible in templates as #kendoButtonGroupInstance="kendoButtonGroup"
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
disabled | 
 | 
 To disable a specific button, set only its   | |
navigable | 
 | 
 | 
 When set to  When set to   | 
selection | 
 | 
 | 
 Sets the selection mode of the ButtonGroup.  | 
tabIndex | 
 | 
 Specifies the   | |
width | 
 | 
 Sets the width of the ButtonGroup. When set, the buttons resize automatically to fill the full width of the group wrapper and acquire the same width.  | 
Events
| Name | Type | Description | 
|---|---|---|
navigate | 
 | 
 Fires every time keyboard navigation occurs within the ButtonGroup.  |