ButtonGroupComponent
Represents the Kendo UI ButtonGroup component for Angular.
Selector
kendo-buttongroup
Export Name
Accessible in templates as #kendoButtonGroupInstance="kendoButtonGroup"
Inputs
Name | Type | Default | Description |
---|---|---|---|
disabled |
|
By default, the ButtonGroup is enabled.
To disable the whole group of buttons, set its To disable a specific button, set its own For more information on how to configure the Button, refer to its API documentation. | |
navigable |
|
|
When this option is set to When the option is set to |
selection |
|
|
The selection mode of the ButtonGroup. |
tabIndex |
|
Specifies the | |
width |
|
Sets the width of the ButtonGroup. If the width of the ButtonGroup is set:
|
Events
Name | Type | Description |
---|---|---|
navigate |
|
Fires every time keyboard navigation occurs. |