Skip to main content

RepositoryItemPopupBaseAutoSearchEdit() Constructor

Initializes a new instance of the RepositoryItemPopupBaseAutoSearchEdit class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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