ButtonGroup

Example

<kendo-buttongroup>
    <buttongroup-items></buttongroup-items>
</kendo-buttongroup>

ChildTags

Tag Name Details
buttongroup-items ButtonGroupItemsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
enable Boolean Defines if the widget is initially enabled or disabled. By default, it is enabled.
index Double Defines the initially selected Button (zero based index).
on-select String Fires when a Button is selected.
selection String Defines the selection type.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
has-client-component Boolean
sanitize-id Boolean
In this article
Not finding the help you need?