Class SelectionType
Different selection types that are applicable for the Chip component.
Inheritance
System.Object
SelectionType
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SelectionType : Enum
Fields
Multiple
Multiple selection allows to select multipe chips from a set of ChipItem/ChipItems.
Declaration
public const SelectionType Multiple
Field Value
Type | Description |
---|---|
SelectionType |
None
Selection of chip will be restricted in none type.
Declaration
public const SelectionType None
Field Value
Type | Description |
---|---|
SelectionType |
Single
Single selection allows to select a single chip from a set of ChipItem/ChipItems.
Declaration
public const SelectionType Single
Field Value
Type | Description |
---|---|
SelectionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |