IgnoreList.Contains(String) Method
Determines whether a word is in the list of ignored words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| word | String | A target word. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the list contains the target word; otherwise false. |
Implements
See Also