Class TreeListSelectionMode
The selection mode of the TreeList.
Inheritance
System.Object
TreeListSelectionMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TreeListSelectionMode : Enum
Fields
Multiple
Allows multiple rows to be selected simultaneously.
Declaration
public const TreeListSelectionMode Multiple
Field Value
TreeListSelectionMode
|
None
Single
Allows only a single row to be selected at any time
Declaration
public const TreeListSelectionMode Single
Field Value
TreeListSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|