TextEdit.Reset() Method
In This Article
Resets selection and caret position in the editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The Reset method unselects the selected text, if any, and moves the caret to the first position in the editor.
To unselect the text without affecting caret position, see the TextEdit.DeselectAll method.
See Also