ISpellChecker.CanAddToDictionary() Method
Determines whether a word can be added to a custom dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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