Class FormEditorType
Determines which component to be rendered for editing the field in form component.
Inheritance
System.Object
FormEditorType
Namespace: Syncfusion.Blazor.DataForm
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FormEditorType : Enum
Fields
AutoComplete
Set the form editor field to an AutoComplete component.
Declaration
public const FormEditorType AutoComplete
Field Value
Type | Description |
---|---|
FormEditorType |
Checkbox
Set the form editor field to a Checkbox component.
Declaration
public const FormEditorType Checkbox
Field Value
Type | Description |
---|---|
FormEditorType |
ComboBox
Set the form editor field to a ComboBox component.
Declaration
public const FormEditorType ComboBox
Field Value
Type | Description |
---|---|
FormEditorType |
DatePicker
Set the form editor field to a DatePicker component.
Declaration
public const FormEditorType DatePicker
Field Value
Type | Description |
---|---|
FormEditorType |
DateTimePicker
Set the form editor field to a DateTimePicker component.
Declaration
public const FormEditorType DateTimePicker
Field Value
Type | Description |
---|---|
FormEditorType |
DropDownList
Set the form editor field to a DropdownList component.
Declaration
public const FormEditorType DropDownList
Field Value
Type | Description |
---|---|
FormEditorType |
Password
Set the form editor field to a TextBox with password component.
Declaration
public const FormEditorType Password
Field Value
Type | Description |
---|---|
FormEditorType |
Switch
Set the form editor field to a Switch component.
Declaration
public const FormEditorType Switch
Field Value
Type | Description |
---|---|
FormEditorType |
TextArea
Set the form editor field to a TextArea component.
Declaration
public const FormEditorType TextArea
Field Value
Type | Description |
---|---|
FormEditorType |
TextBox
Set the form editor field to a TextBox component.
Declaration
public const FormEditorType TextBox
Field Value
Type | Description |
---|---|
FormEditorType |
TimePicker
Set the form editor field to a TimePicker component.
Declaration
public const FormEditorType TimePicker
Field Value
Type | Description |
---|---|
FormEditorType |