Back to Devexpress

RepositoryItemPopupBaseAutoSearchEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-c69f2572.md

latest3.8 KB
Original Source

RepositoryItemPopupBaseAutoSearchEdit Class

Contains settings that are common to the descendants of the PopupBaseAutoSearchEdit class.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemPopupBaseAutoSearchEdit :
    RepositoryItemPopupBase
vb
Public Class RepositoryItemPopupBaseAutoSearchEdit
    Inherits RepositoryItemPopupBase

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 RepositoryItemComboBox

RepositoryItemLookUpEditBase

RepositoryItemBreadCrumbEdit

RepositoryItemSearchControl

RepositoryItemFontEdit

RepositoryItemGridLookUpEdit

RepositoryItemGridLookUpEditBase

RepositoryItemImageComboBox

RepositoryItemLookUpEdit

RepositoryItemMRUEdit

RepositoryItemPickImage

RepositoryItemSearchLookUpEdit

RepositoryItemTreeListLookUpEdit

See Also

RepositoryItemPopupBaseAutoSearchEdit Members

DevExpress.XtraEditors.Repository Namespace