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

ASPxSpellCheckerSpellingSettings Class

Represents a container of settings that affect spell checking.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

public class ASPxSpellCheckerSpellingSettings :
    ASPxSpellCheckerBaseSettings

The following members return ASPxSpellCheckerSpellingSettings 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 ASPxSpellChecker.SettingsSpelling property provides access to the spellchecker options.

The default settings are:

See Also