ButtonGroupTagHelper

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-selectStringThe name of the JavaScript function that will handle the select event. Fires when a Button is selected.
roundedRoundedSets a value controlling the border radius.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
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-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support