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

IgnoreList.Add(String) Method

Adds a specified word to a list of ignored words.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public void Add(
    string word
)

Parameters

Name Type Description
word String

A word to be ignored.

Implements

See Also