Skip to main content
All docs
V26.1
  • IgnoreList Class

    Represents a list of words ignored during spell check.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.SpellChecker.v26.1.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