Skip to main content
A newer version of this page is available. .

ICheckSpellingResult.HasError Property

Gets whether the spelling error is found during a spelling check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

bool HasError { get; }

Property Value

Type Description
Boolean

true if a spelling error is found; otherwise, false.

See Also