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

SpellCheckErrorBase.WrongWord Property

Returns a misspelled word.

Namespace: DevExpress.XtraSpellChecker.Rules

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public string WrongWord { get; }

Property Value

Type Description
String

A misspelled word.

See Also