ASPxSpellCheckerSpellingSettings Properties
Represents a container of settings that affect spell checking.| Name | Description |
|---|---|
| IgnoreEmails | Gets or sets whether email addresses should be skipped during checking. |
| IgnoreMarkupTags | Gets or sets whether the text enclosed with specific markup tags should be checked. |
| IgnoreMixedCaseWords | Gets or sets whether the spellchecker ignores words containing different case letters in positions other than the first. |
| IgnoreUpperCaseWords | Gets or sets whether words in which all letters are uppercase should be skipped during checking. |
| IgnoreUrls | Gets or sets whether URLs in text are skipped during checking. |
| IgnoreWordsWithNumber | Gets or sets whether the spell checker skips words that contain numbers during checking. |
See Also