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.v21.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 MVC Extensions RichEditSettings
.Settings .SpellChecker
ASP.NET Web Forms Controls ASPxRichEdit
.Settings .SpellChecker
See Also