Skip to main content

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.v23.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