Enum
FormEditorType

The editor type used for editing for a particular field in the Form.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum FormEditorType

Fields

CheckBox

Sets the editor to a TelerikCheckBox<TValue>.

Declaration

cs-api-definition
CheckBox = 6

Field Value

FormEditorType

DatePicker

Sets the editor to a TelerikDatePicker<T>.

Declaration

cs-api-definition
DatePicker = 2

Field Value

FormEditorType

DateTimePicker

Sets the editor to a TelerikDateTimePicker<T>.

Declaration

cs-api-definition
DateTimePicker = 4

Field Value

FormEditorType

Switch

Sets the editor to a TelerikSwitch<TValue>.

Declaration

cs-api-definition
Switch = 5

Field Value

FormEditorType

TextArea

Sets the editor to a TelerikTextArea.

Declaration

cs-api-definition
TextArea = 1

Field Value

FormEditorType

TextBox

Sets the editor to a TelerikTextBox.

Declaration

cs-api-definition
TextBox = 0

Field Value

FormEditorType

TimePicker

Sets the editor to a TelerikTimePicker<T>.

Declaration

cs-api-definition
TimePicker = 3

Field Value

FormEditorType