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

ASPxRichEditAutoCorrectReplaceInfo Class

Provides the text to replace and the replacement text when the ASPxRichEditAutoCorrectSettings.ReplaceTextAsYouType property is enabled.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v21.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxRichEditAutoCorrectReplaceInfo :
    CollectionItem

Remarks

Instances of this class can be accessed using the ASPxRichEditAutoCorrectReplaceInfoCollection collection.

Inheritance

Object
StateManager
CollectionItem
ASPxRichEditAutoCorrectReplaceInfo
See Also