menu

Blazor

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

    Show / Hide Table of Contents

    Class TextFormFieldInfo

    Text form field info.

    Inheritance
    System.Object
    FormFieldInfo
    TextFormFieldInfo
    Inherited Members
    FormFieldInfo.Enabled
    FormFieldInfo.HelpText
    FormFieldInfo.Name
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class TextFormFieldInfo : FormFieldInfo

    Constructors

    TextFormFieldInfo()

    Declaration
    public TextFormFieldInfo()

    Properties

    DefaultValue

    Text form field default value.

    Declaration
    public string DefaultValue { get; set; }
    Property Value
    Type
    System.String

    Format

    Text form field format.

    Declaration
    public string Format { get; set; }
    Property Value
    Type
    System.String

    MaxLength

    Maximum text length.

    Declaration
    public double MaxLength { get; set; }
    Property Value
    Type
    System.Double

    Type

    Specifies text form field type.

    Declaration
    public TextFormFieldType Type { get; set; }
    Property Value
    Type
    TextFormFieldType

    Methods

    Equals(TextFormFieldInfo)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(TextFormFieldInfo textFormFieldInfo)
    Parameters
    Type Name Description
    TextFormFieldInfo textFormFieldInfo

    An TextFormFieldInfo to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

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