Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

AutoCorrectReplaceInfo(String, Object) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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