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

WrongWordRecord.ToString() Method

Returns the misspelled word.

Namespace: DevExpress.XtraSpellChecker

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

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