menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormEditorType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    FormEditorType

    Checkbox

    Set the form editor field to a Checkbox component.

    Declaration
    public const FormEditorType Checkbox
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    ComboBox

    Set the form editor field to a ComboBox component.

    Declaration
    public const FormEditorType ComboBox
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    DatePicker

    Set the form editor field to a DatePicker component.

    Declaration
    public const FormEditorType DatePicker
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    DateTimePicker

    Set the form editor field to a DateTimePicker component.

    Declaration
    public const FormEditorType DateTimePicker
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    DropDownList

    Set the form editor field to a DropdownList component.

    Declaration
    public const FormEditorType DropDownList
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    Password

    Set the form editor field to a TextBox with password component.

    Declaration
    public const FormEditorType Password
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    Switch

    Set the form editor field to a Switch component.

    Declaration
    public const FormEditorType Switch
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    TextArea

    Set the form editor field to a TextArea component.

    Declaration
    public const FormEditorType TextArea
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    TextBox

    Set the form editor field to a TextBox component.

    Declaration
    public const FormEditorType TextBox
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    TimePicker

    Set the form editor field to a TimePicker component.

    Declaration
    public const FormEditorType TimePicker
    Field Value
    Type Description
    FormEditorType

    FormEditorType

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved