Back to Devexpress

ComboBoxEdit.Reset() Method

windowsforms-devexpress-dot-xtraeditors-dot-comboboxedit-1b72dfc5.md

latest1.1 KB
Original Source

ComboBoxEdit.Reset() Method

Resets the selection and caret position in the editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void Reset()
vb
Public Overrides Sub 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

ComboBoxEdit Class

ComboBoxEdit Members

DevExpress.XtraEditors Namespace