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

ASPxRichEditSpellCheckerSettings.OptionsSpelling Property

Provides access to basic spelling settings.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public ASPxRichEditOptionsSpelling OptionsSpelling { get; }

Property Value

Type Description
ASPxRichEditOptionsSpelling

A ASPxRichEditOptionsSpelling object containing the spelling settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to OptionsSpelling
ASPxRichEditSettings
.SpellChecker.OptionsSpelling
See Also