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

ComboBoxEdit.Reset() Method

Resets the selection and caret position in the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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