SpellCheckerBase.IgnoreList Property
In This Article
Provides access to a list of ignored words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
IIgnore |
An object exposing the Ignore |
#Remarks
Use the IgnoreList method to modify a list of words disregarded by the DXSpellChecker when performing a spell check.
See Also