name |
String |
Sets the name of the component. |
enable |
Boolean |
Defines if the widget is initially enabled or disabled. By default, it is enabled. |
fill-mode |
ButtonFillMode |
Sets a value controlling how the color is applied. |
index |
Double |
Defines the initially selected Button (zero based index). |
on-select |
String |
Fires when a Button is selected. |
rounded |
Rounded |
Sets a value controlling the border radius. |
script-attributes |
IDictionary<String,Object> |
|
selection |
String |
Defines 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.. |
size |
ComponentSize |
Sets the size of the component. |
theme-color |
ThemeColor |
Sets the color of the component according to the applied theme. |
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-module |
Boolean |
|
has-client-component |
Boolean |
|
sanitize-id |
Boolean |
|