Skip to main content
All docs
V26.1
  • TextBoxField.Type Property

    Retrieves the form field type.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FormFieldTextFieldType Type { get; set; }

    Property Value

    Type Description
    FormFieldTextFieldType

    The form field type.

    Available values:

    Name Description
    PlainText

    The field value is a plain text string.

    Password

    The field value is a password.

    FileSelect

    The field value is a file path.

    See Also