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

    Gets or sets the value format for the text box form field.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public FormFieldValueFormat ValueFormat { get; set; }

    Property Value

    Type Description
    FormFieldValueFormat

    The value format for the text box form field.

    See Also