Skip to main content

ASPxSpellCheckerSpellingSettings Class

Represents a container of settings that affect spell checking.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxSpellCheckerSpellingSettings :
    ASPxSpellCheckerBaseSettings

The following members return ASPxSpellCheckerSpellingSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxSpellChecker.SettingsSpelling
ASP.NET MVC Extensions SpellCheckerSettings.SettingsSpelling

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