Skip to main content

ASPxRichEditAutoCorrectReplaceInfo Constructors

Provides the text to replace and the replacement text when the ASPxRichEditAutoCorrectSettings.ReplaceTextAsYouType property is enabled.
Name Parameters Description
ASPxRichEditAutoCorrectReplaceInfo() none Initializes a new instance of the ASPxRichEditAutoCorrectReplaceInfo class.
ASPxRichEditAutoCorrectReplaceInfo(String, String) what, with Initializes a new instance of the ASPxRichEditAutoCorrectReplaceInfo class.
See Also