IIgnoreList Interface
In This Article
An interface used to represent a list of words ignored during spell check.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
The following members return IIgnoreList objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Spell |
Win |
Spell |
WPF Controls | Spell |
#Remarks
The IgnoreList class serves as a base implementation of the IIgnoreList interface. Use the SpellCheckerBase.IgnoreList property to access an object exposing the IIgnoreList interface.
A word is added to the list when the user clicks the ‘Ignore’ or ‘Ignore All’ button located on the spelling form.
See Also