alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TextFormFieldInfo

    Text form field info.

    Inheritance
    object
    FormFieldInfo
    TextFormFieldInfo
    Inherited Members
    FormFieldInfo.Enabled
    FormFieldInfo.HelpText
    FormFieldInfo.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [JsonPropertyName("defaultValue")]
    public string DefaultValue { get; set; }
    Property Value
    Type
    string

    Format

    Text form field format.

    Declaration
    [JsonPropertyName("format")]
    public string Format { get; set; }
    Property Value
    Type
    string

    MaxLength

    Maximum text length.

    Declaration
    [JsonPropertyName("maxLength")]
    public double MaxLength { get; set; }
    Property Value
    Type
    double

    Type

    Specifies text form field type.

    Declaration
    [JsonPropertyName("type")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public TextFormFieldType Type { get; set; }
    Property Value
    Type
    TextFormFieldType
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved