Skip to main content

IgnoreList Class

Represents a list of words ignored during spell check.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

#Declaration

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

#Remarks

An IgnoreList class is a base implementation of the IIgnoreList interface. Use the SpellCheckerBase.IgnoreList property to access an IgnoreList object.

#Implements

#Inheritance

Object
IgnoreList
See Also