Class FormEditorType
The editor type used for editing for a particular field in the Form.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class FormEditorType : Enum
Fields
CheckBox
Sets the editor to a TelerikCheckBox<TValue>.
Declaration
public const FormEditorType CheckBox
Field Value
FormEditorType
|
DatePicker
Sets the editor to a TelerikDatePicker<T>.
Declaration
public const FormEditorType DatePicker
Field Value
FormEditorType
|
DateTimePicker
Sets the editor to a TelerikDateTimePicker<T>.
Declaration
public const FormEditorType DateTimePicker
Field Value
FormEditorType
|
Switch
Sets the editor to a TelerikSwitch<TValue>.
Declaration
public const FormEditorType Switch
Field Value
FormEditorType
|
TextArea
Sets the editor to a TelerikTextArea.
Declaration
public const FormEditorType TextArea
Field Value
FormEditorType
|
TextBox
Sets the editor to a TelerikTextBox.
Declaration
public const FormEditorType TextBox
Field Value
FormEditorType
|
TimePicker
Sets the editor to a TelerikTimePicker<T>.
Declaration
public const FormEditorType TimePicker
Field Value
FormEditorType
|
value__
Declaration
public int value__
Field Value
System.Int32
|