RepositoryItemPopupBaseAutoSearchEdit Class
In This Article
Contains settings that are common to the descendants of the PopupBaseAutoSearchEdit class.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class RepositoryItemPopupBaseAutoSearchEdit :
RepositoryItemPopupBase
#Related API Members
The following members return RepositoryItemPopupBaseAutoSearchEdit objects:
#Remarks
The PopupBaseAutoSearchEdit class represents a base class for dropdown editors that provide the automatic search functionality. The RepositoryItemPopupBaseAutoSearchEdit class contains settings specific to these editors. They can be accessed via the PopupBaseAutoSearchEdit.Properties property.
#Inheritance
Show 22 items
Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
RepositoryItem
RepositoryItemTextEdit
RepositoryItemButtonEdit
RepositoryItemPopupBase
RepositoryItemPopupBaseAutoSearchEdit
See Also