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

ASPxHtmlEditorSpellCheckerSpellingSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

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