A newer version of this page is available.
Switch to the current version.
ASPxRichEditSpellCheckerSettings.Dictionaries Property
Provides access to a collection of dictionaries.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll
Declaration
public SpellCheckerDictionaryCollection Dictionaries { get; }
Public ReadOnly Property Dictionaries As SpellCheckerDictionaryCollection
Property Value
Type | Description |
---|---|
SpellCheckerDictionaryCollection | A SpellCheckerDictionaryCollection object, representing a collection of dictionaries. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Dictionaries |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxRichEdit |
|
ASPxRichEditSettings |
|
|
MVCxRichEdit |
|
|
RichEditSettings |
|
|
ASP.NET Bootstrap Controls | BootstrapRichEdit |
|
Remarks
Use methods of the returned dictionary collection to maintain dictionaries for the spelling check.
See Also
Feedback