Back to Devexpress

SpellCheckerBase.IgnoreList Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-92de04b5.md

latest1.4 KB
Original Source

SpellCheckerBase.IgnoreList Property

Provides access to a list of ignored words.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[Browsable(false)]
public IIgnoreList IgnoreList { get; }
vb
<Browsable(False)>
Public ReadOnly Property IgnoreList As IIgnoreList

Property Value

TypeDescription
IIgnoreList

An object exposing the IIgnoreList interface, allowing you to perform operations with a list of ignored words.

|

Remarks

Use the IgnoreList method to modify a list of words disregarded by the XtraSpellChecker when performing a spell check.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace