Enum
TreeViewSelectionMode

The selection mode of the TreeView component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TreeViewSelectionMode

Fields

Multiple

Allows multiple items to be selected simultaneously.

Declaration

cs-api-definition
Multiple = 2

Field Value

TreeViewSelectionMode

None

No Selection

Declaration

cs-api-definition
None = 0

Field Value

TreeViewSelectionMode

Single

Allows only a single item to be selected at any time

Declaration

cs-api-definition
Single = 1

Field Value

TreeViewSelectionMode

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