Skip to main content

IgnoreList Class

Represents a list of words being ignored during spell check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

public class IgnoreList :
    IIgnoreList,
    IEnumerable<IIgnoreItem>,
    IEnumerable

#Remarks

an object exposing the IgnoreList 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 on the spelling form.

#Inheritance

Object
IgnoreList
See Also