windowsforms-devexpress-dot-xtraeditors-dot-repository-098d57c4.md
Serves as the base for repository items that provide settings for editors with popup windows.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemPopupBase :
RepositoryItemButtonEdit,
IContextItemCollectionOptionsOwner,
IContextItemCollectionOwner,
IContextItemProvider
Public Class RepositoryItemPopupBase
Inherits RepositoryItemButtonEdit
Implements IContextItemCollectionOptionsOwner,
IContextItemCollectionOwner,
IContextItemProvider
The following members return RepositoryItemPopupBase objects:
Repository items corresponding to editors with popup windows inherit their common popup window management settings from the RepositoryItemPopupBase class. The main settings include:
The RepositoryItemPopupBase and the corresponding PopupBaseEdit editor class should not be created directly. Derive your own repository items and editors from these classes when you need to create a control with a popup window.
Show 37 items
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemBaseSpinEdit
RepositoryItemPopupBaseAutoSearchEdit
RepositoryItemPopupContainerEdit
RepositoryItemPopupGalleryEdit
RepositoryItemDateTimeOffsetEdit
RepositoryItemGridLookUpEditBase
RepositoryItemCheckedComboBoxEdit
RepositoryItemSearchLookUpEdit
RepositoryItemTreeListLookUpEdit
See Also