Skip to main content

AutoCorrectReplaceInfo(String, Object) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v24.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