Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AutoCorrectReplaceInfo.ImmediateReplacement Property

Gets or sets whether an autoreplacement requires a delimiter to start.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool ImmediateReplacement { get; set; }

Property Value

Type Description
Boolean

true if a replacement is performed immediately when a match is found and does not require a delimiter to start; otherwise, false.

Remarks

Set the ImmediateReplacement to true if you decide to immediately replace any occurrence of the string specified by the AutoCorrectReplaceInfo.What property after it is entered. By default, the string passed for comparison with autocorrect table entries is formed after a separator symbol is entered.

See Also