SpellCheckerBase.IgnoreList Property
Provides access to a list of ignored words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
IIgnoreList | An object exposing the IIgnoreList interface, allowing you to perform operations with a list of ignored words. |
Remarks
Use the IgnoreList method to modify a list of words disregarded by the XtraSpellChecker when performing a spell check.
See Also