EnumGanttTreeListEditorType
Enum
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>.
DatePicker
Sets the editor to a TelerikDatePicker<T>.
DateTimePicker
Sets the editor to a TelerikDateTimePicker<T>.
Switch
Sets the editor to a TelerikSwitch<TValue>.
TextArea
Sets the editor to a TelerikTextArea.
TextBox
Sets the editor to a TelerikTextBox.
TimePicker
Sets the editor to a TelerikTimePicker<T>.