Skip to main content

WrongWordRecord.ToString() Method

Returns the misspelled word.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public override string ToString()

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