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

DictionaryHelper.FindWord(String) Method

Searches for a word in all available dictionaries.

Namespace: DevExpress.XtraSpellChecker

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

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