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

    Indicates whether the text has a spelling error.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool? HasSpellingError { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

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

    See Also