class
ButtonGroup
public class ButtonGroup : Panel A group of side-by-side buttons one of which can be selected.
Constructors
ButtonGroup() Properties
| Name | Type | Description |
|---|---|---|
ValueChanged | Action<Object> | Called when the value has been changed. |
Value | Object | The selected option value. |
Options | List<Option> | Options to show in this button group. |
ButtonClass | String | CSS Class(es) to add to child buttons. |
SelectedButton | Panel | The selected button panel. |