Enum
TreeViewCheckBoxMode

The checkbox selection mode of the TreeView component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public enum TreeViewCheckBoxMode

Fields

Multiple

Allows multiple items to be checked simultaneously.

Declaration

Multiple = 2

Field Value

TreeViewCheckBoxMode

None

No checkBox selection.

Declaration

None = 0

Field Value

TreeViewCheckBoxMode

Single

Allows only a single item to be checked.

Declaration

Single = 1

Field Value

TreeViewCheckBoxMode