Skip to main content
All docs
V25.2
  • TextProperties.NoProof Property

    Gets or sets whether the text should be proofread by the spell checker.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool? NoProof { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to disable spell checking; false to enable it.

    See Also