Skip to main content

ComboBoxEdit.Reset() Method

Resets the selection and caret position in the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Reset()

Remarks

This method overrides the base PopupBaseAutoSearchEdit.Reset method, to reset specific settings (selection, caret position and the index of the first visible item in the popup form).

See Also