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