Skip to main content
All docs
V25.2
  • PdfFormFieldFacade.Type Property

    Gets the form field type.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.2.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public abstract PdfFormFieldType Type { get; }

    Property Value

    Type Description
    PdfFormFieldType

    An enumeration value that indicates the form field type.

    Available values:

    Name Description
    Unknown

    Unknown type.

    Node

    Base field in a field group.

    PushButton

    Push button.

    CheckBox

    Check box.

    RadioGroup

    Radio group.

    ListBox

    List box.

    ComboBox

    Combo box.

    Text

    Text form field.

    Signature

    Signature form field.

    The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Type property.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also