SpellCheckerBase.IgnoreList Property
In This Article
Provides access to a list of ignored words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
[Browsable(false)]
public IIgnoreList IgnoreList { get; }
#Property Value
Type | Description |
---|---|
IIgnore |
An object exposing the IIgnore |
#Remarks
Use the IgnoreList method to modify a list of words disregarded by the XtraSpellChecker when performing a spell check.
See Also