Back to Devexpress

ICheckSpellingResult Interface

corelibraries-devexpress-dot-xtraspellchecker-daca3330.md

latest1.5 KB
Original Source

ICheckSpellingResult Interface

Represents the result of the spelling check.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface ICheckSpellingResult
vb
Public Interface ICheckSpellingResult

The following members return ICheckSpellingResult objects:

Remarks

The ISpellChecker.CheckText method returns an object exposing the ICheckSpellingResult interface.

See Also

ICheckSpellingResult Members

CheckText(Object, String, Int32, CultureInfo)

DevExpress.XtraSpellChecker Namespace