ASPxRichEditOptionsSpelling Properties
Contains the settings that affect spell checking of the ASPxRichEdit’s content.Name | Description |
---|---|
IgnoreEmails | Gets or sets whether email addresses should be skipped during checking. |
IgnoreMixedCaseWords | Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. |
IgnoreRepeatedWords | Gets or sets whether the spell checker ignores repeated words. |
IgnoreUpperCaseWords | Gets or sets whether words in which all letters are uppercase should be skipped during checking. |
IgnoreUri | Gets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI). |
IgnoreWordsWithNumbers | Gets or sets whether the spell checker ignores words that contain numbers. |
See Also