Skip to main content
All docs
V26.1
  • TextProperties.HasSpellingError Property

    Indicates whether the text has a spelling error.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool? HasSpellingError { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if the text has a spelling error; otherwise, false.

    See Also