Skip to main content

ISpellChecker.CanAddToDictionary() Method

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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