Skip to main content
A newer version of this page is available. .

PopupBaseAutoSearchEdit.Reset() Method

Resets the selection and caret position in the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override void Reset()

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 the caret’s position, use the TextEdit.DeselectAll method.

See Also