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

IgnoreList.Remove(String) Method

Removes a word from the list.

Namespace: DevExpress.XtraSpellChecker

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

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

Declaration

public void Remove(
    string word
)

Parameters

Name Type Description
word String

A word to remove form the list.

Implements

See Also