Class TreeListSelectionType
The selection type of the TreeList.
Inheritance
System.Object
TreeListSelectionType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TreeListSelectionType : Enum
Fields
Cell
Allow selection of individual cells
Declaration
public const TreeListSelectionType Cell
Field Value
TreeListSelectionType
|
Row
Allow selection of full rows
Declaration
public const TreeListSelectionType Row
Field Value
TreeListSelectionType
|
value__
Declaration
public int value__
Field Value
System.Int32
|