Class ChipListSelectionMode
The selection mode of the ChipList.
Inheritance
System.Object
ChipListSelectionMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChipListSelectionMode : Enum
Fields
Multiple
Allows multiple chip components to be selected simultaneously.
Declaration
public const ChipListSelectionMode Multiple
Field Value
ChipListSelectionMode
|
None
Single
Allows only a single chip to be selected at a time.
Declaration
public const ChipListSelectionMode Single
Field Value
ChipListSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|