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.v20.2.dll

NuGet Package: DevExpress.Web.Office

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 Controls and MVC Extensions ASPxRichEdit
.Settings .SpellChecker
ASP.NET Bootstrap Controls BootstrapRichEdit
.Settings .SpellChecker
ASP.NET MVC Extensions MVCxRichEdit
.Settings .SpellChecker
RichEditSettings
.Settings .SpellChecker
See Also