Skip to main content

DictionaryHelper.FindWord(String) Method

Searches for a word in all available dictionaries.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual bool FindWord(
    string word
)

Parameters

Name Type Description
word String

A string that is the word to be searched for.

Returns

Type Description
Boolean

true if a word is found; otherwise, false.

Remarks

Use this method instead of iterating all available dictionaries and calling their SpellCheckerDictionaryBase.FindWord methods.

See Also