PopupBaseAutoSearchEdit Class
In This Article
The base class for dropdown editors that support the automatic search functionality.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public abstract class PopupBaseAutoSearchEdit :
PopupBaseEdit
#Related API Members
The following members return PopupBaseAutoSearchEdit objects:
#Remarks
PopupBaseAutoSearchEdit is the base class for dropdown editors that support the automatic search functionality. This feature allows an end user to locate dropdown items by typing text within an edit box.
#Implements
#Inheritance
Show 36 items
Object
MarshalByRefObject
Component
Control
DevExpress.XtraEditors.XtraControl
ControlBase
BaseControl
BaseEdit
TextEdit
ButtonEdit
PopupBaseEdit
PopupBaseAutoSearchEdit
See Also