---
title: ButtonGroupButton API
description: "API Index | ButtonGroupButton"
api_reference: true
slug: api_buttongroupbuttoncomponent_wrapper
---

# ButtonGroupButton

## Directive

* `kendo-buttongroup-button`&mdash;Renders a `li` element that represents a button within the ButtonGroup.

## Parent Components

* [`kendo-buttongroup`]({% slug api_buttongroupcomponent_wrapper %})

<!-- ## Props

### attributes `Object`

Specifies the HTML attributes of a ButtonGroup item.

### badge `String`

Specifies the badge of a button.

### enabled `Boolean`

Specifies if a button is enabled.

### icon `String`

Defines the name of an existing icon in a Kendo UI theme.

### icon-class `String`

Allows the usage of custom icons. Defines CSS classes which will be applied to a `span` element inside the ButtonGroup item.

### image-url `String`

If set, the ButtonGroup renders an image with the specified URL in the button.

### selected `Boolean`

Specifies if a button is initially selected.

### text `String`

Specifies the text of the ButtonGroup item.

### encoded `Boolean`

Specifies if text field of the ButtonGroup item will be encoded.

## Suggested Links

* [`items` in Kendo UI ButtonGroup for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/buttongroup/configuration/items) -->
