SpellCheckerBase.DictionaryHelper Property
In This Article
Provides access to the object which facilitates dictionary operations.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
[Browsable(false)]
public DictionaryHelper DictionaryHelper { get; }
#Property Value
Type | Description |
---|---|
Dictionary |
A Dictionary |
#Remarks
Use this property to search for a word in dictionaries of a certain culture or to work with a custom dictionary.
See Also