Enum
TreeListSelectionMode

The selection mode of the TreeList.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum TreeListSelectionMode

Fields

Multiple

Allows multiple rows to be selected simultaneously.

Declaration

Multiple = 2

Field Value

TreeListSelectionMode

None

No Selection

Declaration

None = 0

Field Value

TreeListSelectionMode

Single

Allows only a single row to be selected at any time

Declaration

Single = 1

Field Value

TreeListSelectionMode