ASPxHunspellDictionary.Dictionary Property
In This Article
Indicates the dictionary for the Hunspell spell checking algorithm.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HunspellDictionary Dictionary { get; }
#Property Value
Type | Description |
---|---|
Hunspell |
A Hunspell |
See Also