Back to Devexpress

IgnoreList Class

corelibraries-devexpress-dot-xtraspellchecker-82c5bbb0.md

latest1.4 KB
Original Source

IgnoreList Class

Represents a list of words ignored during spell check.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class IgnoreList :
    IIgnoreList,
    IEnumerable<IIgnoreItem>,
    IEnumerable
vb
Public Class IgnoreList
    Implements IIgnoreList,
               IEnumerable(Of 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

IIgnoreList

Inheritance

Object IgnoreList

See Also

IgnoreList Members

DevExpress.XtraSpellChecker Namespace