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.

AutoCorrectInfo.ReplaceWith Property

Gets or sets the object used to replace the input string in the document.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public object ReplaceWith { get; set; }

Property Value

Type Description
Object

An object that is inserted in the document.

Remarks

The value of this property can be an image or a string. If you type a string specified by the AutoCorrectReplaceInfo.What property, it is replaced with plain text or an image obtained from the ReplaceWith value.

See Also