DXRichEditAutoCorrectOptions Members
Provides the options specific to the AutoCorrect feature.Constructors
| Name | Description |
|---|---|
| DXRichEditAutoCorrectOptions() | Initializes a new instance of the DXRichEditAutoCorrectOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| CorrectTwoInitialCapitalsProperty static | Identifies the DXRichEditAutoCorrectOptions.CorrectTwoInitialCapitals dependency property. |
| DetectUrlsProperty static | Identifies the DXRichEditAutoCorrectOptions.DetectUrls dependency property. |
| ReplaceTextAsYouTypeProperty static | Identifies the DXRichEditAutoCorrectOptions.ReplaceTextAsYouType dependency property. |
| UseSpellCheckerSuggestionsProperty static | Identifies the DXRichEditAutoCorrectOptions.UseSpellCheckerSuggestions dependency property. |
Properties
| 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