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

IgnoreList Class

Represents a list of words ignored during spell check.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.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