Enum
TreeListEditorType

The editor type used for editing for a particular column in the TreeList.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TreeListEditorType

Fields

CheckBox

Sets the editor to a TelerikCheckBox<TValue>.

Declaration

cs-api-definition
CheckBox = 6

Field Value

TreeListEditorType

DatePicker

Sets the editor to a TelerikDatePicker<T>.

Declaration

cs-api-definition
DatePicker = 2

Field Value

TreeListEditorType

DateTimePicker

Sets the editor to a TelerikDateTimePicker<T>.

Declaration

cs-api-definition
DateTimePicker = 4

Field Value

TreeListEditorType

Switch

Sets the editor to a TelerikSwitch<TValue>.

Declaration

cs-api-definition
Switch = 5

Field Value

TreeListEditorType

TextArea

Sets the editor to a TelerikTextArea.

Declaration

cs-api-definition
TextArea = 1

Field Value

TreeListEditorType

TextBox

Sets the editor to a TelerikTextBox.

Declaration

cs-api-definition
TextBox = 0

Field Value

TreeListEditorType

TimePicker

Sets the editor to a TelerikTimePicker<T>.

Declaration

cs-api-definition
TimePicker = 3

Field Value

TreeListEditorType