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

CheckSpellingResult.HasError Property

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.2.Core.dll

Declaration

public bool HasError { get; }

Property Value

Type Description
Boolean

true, if a spelling error occurs; otherwise, false.

Implements

See Also