Enum SelectionMode
Specifies the selection behavior of the SfButtonGroup.
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SelectionMode
Remarks
The selection mode determines how many buttons can be selected at a time within the group, enabling behaviors like radio buttons or checkboxes.
Fields
| Name | Description |
|---|---|
| Default | Disables selection functionality, and the buttons in the group act as standard buttons. |
| Multiple | Allows multiple buttons to be selected simultaneously, creating a checkbox-like behavior. |
| Single | Allows a single button to be selected at a time, creating a radio button-like behavior. |