SpellCheckerSettings.Dictionaries Property
Provides access to a collection of dictionaries.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| MVCxSpellCheckerDictionaryCollection | A MVCxSpellCheckerDictionaryCollection object that is the collection of dictionaries. |
Remarks
Use methods of the returned dictionary collection to maintain dictionaries for the spelling check.
See Also