ASPxSpellChecker.Dictionaries Property
In This Article
Provides access to a collection of dictionaries maintained by the ASPxSpellChecker instance.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpellCheckerDictionaryCollection Dictionaries { get; }
#Property Value
Type | Description |
---|---|
Spell |
A Spell |
#Remarks
Use methods of the returned dictionary collection to maintain dictionaries for the spelling check.
See Also