Skip to main content

RepositoryItemPopupBaseAutoSearchEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class RepositoryItemPopupBaseAutoSearchEdit :
    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.

See Also