menu

Blazor

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

    Show / Hide Table of Contents

    Class TextFormFieldType

    Specifies the type of text form field.

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

    Fields

    Date

    Date form field.

    Declaration
    public const TextFormFieldType Date
    Field Value
    Type
    TextFormFieldType

    Number

    Number form field.

    Declaration
    public const TextFormFieldType Number
    Field Value
    Type
    TextFormFieldType

    Text

    Text form field.

    Declaration
    public const TextFormFieldType Text
    Field Value
    Type
    TextFormFieldType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved