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

    Indicates whether a text box form field allows users to enter multiple lines of text.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public bool Multiline { get; set; }

    Property Value

    Type Description
    Boolean

    true if the text box form field allows multiple lines of text; otherwise, false.

    See Also