Enum SelectionType
Different selection types that are applicable for the Chip component.
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SelectionType
Fields
| Name | Description |
|---|---|
| Multiple | Multiple selection allows to select multipe chips from a set of ChipItem/ChipItems. |
| None | Selection of chip will be restricted in none type. |
| Single | Single selection allows to select a single chip from a set of ChipItem/ChipItems. |