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

IIgnoreList.Contains(String) Method

Determines whether a word is in the list of ignored words.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool Contains(
    string word
)

Parameters

Name Type Description
word String

A string to locate in the list of ignored words.

Returns

Type Description
Boolean

true if the word is found within the list; otherwise false.

See Also