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

    Gets or sets whether to check spelling in the text form field.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public bool SpellCheck { get; set; }

    Property Value

    Type Description
    Boolean

    true to enable spell checking; otherwise, false.

    See Also