Class FormFieldType
Specifies the type of form field.
Inheritance
System.Object
FormFieldType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class FormFieldType : Enum
Fields
CheckBox
Check box form field.
Declaration
public const FormFieldType CheckBox
Field Value
Type | Description |
---|---|
FormFieldType |
DropDown
Drop down form field.
Declaration
public const FormFieldType DropDown
Field Value
Type | Description |
---|---|
FormFieldType |
Text
Text form field.
Declaration
public const FormFieldType Text
Field Value
Type | Description |
---|---|
FormFieldType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |