Skip to main content

ASPxHtmlEditorSpellCheckerSpellingSettings Class

Represents a container of settings that affect spell checking of the ASPxHtmlEditor‘s content.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxHtmlEditorSpellCheckerSpellingSettings :
    ASPxSpellCheckerSpellingSettings

The following members return ASPxHtmlEditorSpellCheckerSpellingSettings objects:

Remarks

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.

The default settings are:

See Also