Skip to main content
A newer version of this page is available. .

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 URI 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.
UseSpellCheckerSuggestions This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
See Also