Class TreeListEditMode
The edit mode of the TreeList.
Inheritance
System.Object
TreeListEditMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TreeListEditMode : Enum
Fields
Incell
Edit individual cells separately.
Declaration
public const TreeListEditMode Incell
Field Value
TreeListEditMode
|
Inline
None
The TreeList edit is disabled.
Declaration
public const TreeListEditMode None
Field Value
TreeListEditMode
|
Popup
Edit in an external popup editor.
Declaration
public const TreeListEditMode Popup
Field Value
TreeListEditMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|