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

    Gets or sets the text box form field value.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public string Value { get; set; }

    Property Value

    Type Description
    String

    The text box form field value.

    See Also