Back to Devexpress

AutoCorrectReplaceInfo.With Property

officefileapi-devexpress-dot-xtrarichedit-dot-autocorrectreplaceinfo-1b2edfcc.md

latest1.9 KB
Original Source

AutoCorrectReplaceInfo.With Property

Gets the replacement text.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public object With { get; set; }
vb
Public Property [With] As Object

Property Value

TypeDescription
Object

A string containing the text that substitutes the What text as this AutoCorrect entry suggests.

|

Remarks

As you type a word that matches the AutoCorrectReplaceInfo.What value, it is replaced with the With value.

Get the IAutoCorrectService and use the IAutoCorrectService.SetReplaceTable to specify autocorrect entries.

See Also

SetReplaceTable(AutoCorrectReplaceInfoCollection)

ReplaceTextAsYouType

AutoCorrectReplaceInfo Class

AutoCorrectReplaceInfo Members

DevExpress.XtraRichEdit Namespace