DXRichEditAutoCorrectOptions Properties
Provides the options specific to the AutoCorrect feature.| Name | Description |
|---|---|
| CorrectTwoInitialCapitals | Gets or sets whether AutoCorrect should change the second of two initial capitals to lowercase. This is a dependency property. |
| DetectUrls | Gets or sets whether AutoCorrect should detect URI strings and format them as hyperlinks. This is a dependency property. |
| ReplaceTextAsYouType | Gets or sets whether AutoCorrect should scan for entries as you type and replace them with the designated text or image. This is a dependency property. |
| UseSpellCheckerSuggestions | Gets or sets whether AutoCorrect should revise misspelled words that are similar to words in the spell checker dictionary. This is a dependency property. |
See Also