Skip to main content
A newer version of this page is available. .

ASPxRichEditSettings.SpellChecker Property

Provides access to the spelling settings for checking the RichEdit’s content.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public ASPxRichEditSpellCheckerSettings SpellChecker { get; }

Property Value

Type Description
ASPxRichEditSpellCheckerSettings

A ASPxRichEditSpellCheckerSettings object that holds the spelling options.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SpellChecker
ASP.NET Bootstrap Controls BootstrapRichEdit
.Settings.SpellChecker
ASP.NET Web Forms Controls ASPxRichEdit
.Settings.SpellChecker
MVCxRichEdit
.Settings.SpellChecker
RichEditSettings
.Settings.SpellChecker
See Also