Skip to main content

ASPxRichEditOptionsSpelling Class

Contains the settings that affect spell checking of the ASPxRichEdit’s content.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxRichEditOptionsSpelling :
    ASPxRichEditSettingsBase

The following members return ASPxRichEditOptionsSpelling objects:

Remarks

An instance of the ASPxRichEditOptionsSpelling class can be accessed using this property: ASPxRichEditSpellCheckerSettings.OptionsSpelling.

Use this object’s properties to specify the word types excluded from checking, how the text selection should be dealt with, and more available options.

Inheritance

See Also