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