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