ButtonGroup

Example

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

ChildTags

Tag NameDetails
buttongroup-itemsButtonGroupItemsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
enableBooleanDefines if the widget is initially enabled or disabled. By default, it is enabled.
fill-modeButtonFillModeSets a value controlling how the color is applied.
indexDoubleDefines the initially selected Button (zero based index).
on-selectStringFires when a Button is selected.
roundedRoundedSets a value controlling the border radius.
script-attributesIDictionary<String,Object>
selectionStringDefines the selection type. Allows the following values: single (default): allows only a single button to be the currently selected in the group.; multiple: allows multiple buttons to be selected in the group at the same time. or none: does not allow selection. ButtonGroups acts as a group of clickable Buttons..
sizeComponentSizeSets the size of the component.
theme-colorThemeColorSets the color of the component according to the applied theme.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support