Class TextFormFieldType
Specifies the type of text form field.
Inheritance
System.Object
TextFormFieldType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TextFormFieldType : Enum
Fields
Date
Date form field.
Declaration
public const TextFormFieldType Date
Field Value
Type | Description |
---|---|
TextFormFieldType |
Number
Number form field.
Declaration
public const TextFormFieldType Number
Field Value
Type | Description |
---|---|
TextFormFieldType |
Text
Text form field.
Declaration
public const TextFormFieldType Text
Field Value
Type | Description |
---|---|
TextFormFieldType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |