IIgnoreList.Contains(String) Method
Determines whether a word is in the list of ignored words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| word | String | A string to locate in the list of ignored words. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the word is found within the list; otherwise false. |
See Also