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

WrongWordRecord Class

Container for a misspelled word and words suggested to replace it.

Namespace: DevExpress.XtraSpellChecker

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

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

Declaration

public class WrongWordRecord

Remarks

The SpellCheckerBase.CheckText method provides you with a list of WrongWordRecord objects.

Inheritance

Object
WrongWordRecord
See Also