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

RepositoryItemPopupBaseAutoSearchEdit() Constructor

Initializes a new instance of the RepositoryItemPopupBaseAutoSearchEdit class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public RepositoryItemPopupBaseAutoSearchEdit()

Remarks

The RepositoryItemPopupBaseAutoSearchEdit is a base class for popup editors that provide an automatic search feature. Generally there is no need to create instances of the RepositoryItemPopupBaseAutoSearchEdit class directly from your code.

See Also