Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormFieldType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormFieldType

    Specifies the type of form field.

    Inheritance
    System.Object
    FormFieldType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public sealed class FormFieldType : Enum

    Fields

    CheckBox

    Check box form field.

    Declaration
    public const FormFieldType CheckBox
    Field Value
    Type Description
    FormFieldType

    DropDown

    Drop down form field.

    Declaration
    public const FormFieldType DropDown
    Field Value
    Type Description
    FormFieldType

    Text

    Text form field.

    Declaration
    public const FormFieldType Text
    Field Value
    Type Description
    FormFieldType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved