AutoCorrectInfo.Text Property
Gets the input string to check whether it should be replaced.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string that can be replaced. |
Remarks
Handle the AutoCorrect event of the RichEditControl, and use the AutoCorrectEventArgs.AutoCorrectInfo property to get the AutoCorrectInfoobject. It enables you to analyze the string obtained by the Text property. Use methods such as AutoCorrectInfo.DecrementStartPosition to extend or move the range being analyzed. To specify a replacement object, assign it to the AutoCorrectInfo.ReplaceWith property.
See Also