Skip to main content

SpellCheckerBase.IgnoreList Property

Provides access to a list of ignored words.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

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

#Property Value

Type Description
IIgnoreList

An object exposing the IgnoreList 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 DXSpellChecker when performing a spell check.

See Also