AutoCorrectReplaceInfo.ImmediateReplacement Property
Gets or sets whether an autoreplacement requires a delimiter to start.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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