ASPxRichEditAutoCorrectSettings Properties
Contains options specifying what AutoCorrect features are enabled.| Name | Description |
|---|---|
| CorrectTwoInitialCapitals | Gets or sets whether the control should correct words that start with two capital letters by changing the second letter to lowercase. |
| DetectUrls | Gets or sets whether the control should detect URL strings and format them as hyperlinks. |
| EnableAutomaticNumbering | Gets or sets whether the control should automatically create numbered or bulleted lists when certain symbols are typed. |
| ReplaceInfoCollectionSettings | Provides access to options specific to the collection of ASPxRichEditAutoCorrectReplaceInfo items. |
| ReplaceTextAsYouType | Gets or sets whether the control should replace the typed text if it matches to one of the ASPxRichEditAutoCorrectReplaceInfoCollection dictionary’s entries. |
See Also