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

ASPxRichEditAutoCorrectReplaceInfo(String, String) Constructor

Initializes a new instance of the ASPxRichEditAutoCorrectReplaceInfo class.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public ASPxRichEditAutoCorrectReplaceInfo(
    string what,
    string with
)

Parameters

Name Type Description
what String

A text to be replaced.

with String

A replacement text.

See Also