PdfCheckBoxFormFieldFacade.Type Property
In This Article
Gets the form field type.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public override PdfFormFieldType Type { get; }
#Property Value
Type | Description |
---|---|
Pdf |
An enumeration value that indicates the form field type. |
Available values:
Name | Description |
---|---|
Unknown | Unknown type. |
Node | Base field in a field group. |
Push |
Push button. |
Check |
Check box. |
Radio |
Radio group. |
List |
List box. |
Combo |
Combo box. |
Text | Text form field. |
Signature | Signature form field. |
See Also