Class TextFormFieldInfo
Text form field info.
Inherited Members
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 |