Enum
TreeListSelectionMode

The selection mode of the TreeList.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TreeListSelectionMode

Fields

Multiple

Allows multiple rows to be selected simultaneously.

Declaration

cs-api-definition
Multiple = 2

Field Value

TreeListSelectionMode

None

No Selection

Declaration

cs-api-definition
None = 0

Field Value

TreeListSelectionMode

Single

Allows only a single row to be selected at any time

Declaration

cs-api-definition
Single = 1

Field Value

TreeListSelectionMode

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