Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemPopupBase Class

Serves as the base for repository items that provide settings for editors with popup windows.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class RepositoryItemPopupBase :
    RepositoryItemButtonEdit,
    IContextItemCollectionOptionsOwner,
    IContextItemCollectionOwner,
    IContextItemProvider

The following members return RepositoryItemPopupBase objects:

#Remarks

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.

See Also