The selection mode of the TreeView component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum TreeViewSelectionMode
Fields
Allows multiple items to be selected simultaneously.
C#
Multiple = 2
No Selection
C#
None = 0
Allows only a single item to be selected at any time
C#
Single = 1