ASPxSpellCheckerDictionary.Dictionary Property
In This Article
Gets an internal representation of a spellchecker dictionary.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpellCheckerDictionary Dictionary { get; }
#Property Value
Type | Description |
---|---|
Spell |
A Spell |
See Also