Skip to main content
A newer version of this page is available. .

IIgnoreList Interface

Represents a list of words ignored during spell check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

public interface IIgnoreList :
    IEnumerable<IIgnoreItem>,
    IEnumerable

The following members return IIgnoreList objects:

Library Related API Members
Cross-Platform Class Library SpellCheckerBase.IgnoreList
WinForms Controls SpellChecker.GetIgnoreList(Control)
WPF Controls SpellChecker.GetIgnoreList(Control)

Remarks

An object exposing the IIgnoreList interface can be accessed via the SpellCheckerBase.IgnoreList property.

A word is added to the list when the user clicks the ‘Ignore’ or ‘Ignore All’ button located at the spelling form.

See Also