ASPxHtmlEditorSpellCheckerSpellingSettings Class
Represents a container of settings that affect spell checking of the ASPxHtmlEditor‘s content.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxHtmlEditorSpellCheckerSpellingSettings :
ASPxSpellCheckerSpellingSettings
#Related API Members
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:
- ASPxSpellCheckerSpellingSettings.IgnoreEmails = True
- ASPxSpellCheckerSpellingSettings.IgnoreMarkupTags = False
- ASPxSpellCheckerSpellingSettings.IgnoreMixedCaseWords = True
- ASPxSpellCheckerSpellingSettings.IgnoreUpperCaseWords = True
- ASPxSpellCheckerSpellingSettings.IgnoreUrls = True
- ASPxSpellCheckerSpellingSettings.IgnoreWordsWithNumber = True