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.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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