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

SpellCheckerBase.IgnoreList Property

Provides access to a list of ignored words.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

[Browsable(false)]
public IIgnoreList IgnoreList { get; }

Property Value

Type Description
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