Enum
GanttTreeListEditorType

The editor type used for editing for a particular column in the Gantt's Tree List section.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GanttTreeListEditorType

Fields

CheckBox

Sets the editor to a TelerikCheckBox<TValue>.

Declaration

cs-api-definition
CheckBox = 6

Field Value

GanttTreeListEditorType

DatePicker

Sets the editor to a TelerikDatePicker<T>.

Declaration

cs-api-definition
DatePicker = 2

Field Value

GanttTreeListEditorType

DateTimePicker

Sets the editor to a TelerikDateTimePicker<T>.

Declaration

cs-api-definition
DateTimePicker = 4

Field Value

GanttTreeListEditorType

Switch

Sets the editor to a TelerikSwitch<TValue>.

Declaration

cs-api-definition
Switch = 5

Field Value

GanttTreeListEditorType

TextArea

Sets the editor to a TelerikTextArea.

Declaration

cs-api-definition
TextArea = 1

Field Value

GanttTreeListEditorType

TextBox

Sets the editor to a TelerikTextBox.

Declaration

cs-api-definition
TextBox = 0

Field Value

GanttTreeListEditorType

TimePicker

Sets the editor to a TelerikTimePicker<T>.

Declaration

cs-api-definition
TimePicker = 3

Field Value

GanttTreeListEditorType