DictionaryHelper.FindWord(String) Method
Searches for a word in all available dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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