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

ISpellChecker.CanAddToDictionary() Method

Determines whether a word can be added to a custom dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool CanAddToDictionary()

Returns

Type Description
Boolean

true if a word can be added to the dictionary; otherwise, false.

Remarks

The CanAddToDictionary is true, if a custom dictionary for a current culture is available.

See Also