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