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

RepositoryItemPopupBase Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

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