Enum
ChipListSelectionMode

The selection mode of the ChipList.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChipListSelectionMode

Fields

Multiple

Allows multiple chip components to be selected simultaneously.

Declaration

cs-api-definition
Multiple = 2

Field Value

ChipListSelectionMode

None

No Selection.

Declaration

cs-api-definition
None = 0

Field Value

ChipListSelectionMode

Single

Allows only a single chip to be selected at a time.

Declaration

cs-api-definition
Single = 1

Field Value

ChipListSelectionMode

In this article
DefinitionFieldsMultipleNoneSingle
Not finding the help you need?
Contact Support