New to Kendo UI for Angular? Start a free 30-day trial
ButtonGroupSelection
Specifies the selection mode of the ButtonGroup.
- Use
'single'to allow only one button to be selected at a time. - Use
'multiple'to allow multiple buttons to be selected at the same time.
type ButtonGroupSelection = "single" | "multiple";