WrongWordRecord.ToString() Method
Returns the misspelled word.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Returns
| Type | Description |
|---|---|
| String | A string that is the misspelled word. |
Remarks
The ToString method overrides the base class’s method to return the misspelled word.
See Also