SpellCheckerBase.DictionaryHelper Property
Provides access to the object which facilitates dictionary operations.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
DictionaryHelper | A DictionaryHelper object. |
Remarks
Use this property to search for a word in dictionaries of a certain culture or to work with a custom dictionary.
See Also