Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AutoCorrectReplaceInfo(String, Object) Constructor

Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public AutoCorrectReplaceInfo(
    string what,
    object with
)

Parameters

Name Type Description
what String

A string that has to be replaced.

with Object

An object that replaces a specified string.

See Also