New to Kendo UI for Vue? Start a free 30-day trial

ButtonGroup

Directive

kendo-buttongroup

Child Components

Props

enable Boolean

Defines if the ButtonGroup will be initially enabled or disabled (enable in Kendo UI for jQuery). By default, the ButtonGroup is enabled.

index Number

Defines the initially selected Button through setting a zero-based index (index in Kendo UI for jQuery).

selection String

Defines the selection type (selection in Kendo UI for jQuery).

Events

select: Function

Fires when a Button is selected (select in Kendo UI for jQuery).

Methods

For more details about the methods available in the component's API please check its Kendo UI for jQuery API documentation.

kendoWidget

returns

Returns the Kendo UI ButtonGroup instance.