windowsforms-devexpress-dot-xtraeditors-dot-repository-cd2c3eb9.md
Represents a repository item that provides settings for PopupContainerEdit editors.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemPopupContainerEdit :
RepositoryItemPopupBase,
IPopupWidthMode
Public Class RepositoryItemPopupContainerEdit
Inherits RepositoryItemPopupBase
Implements IPopupWidthMode
The following members return RepositoryItemPopupContainerEdit objects:
The RepositoryItemPopupContainerEdit class provides properties and events specific to popup container editors. You can access these settings via the editor’s PopupContainerEdit.Properties property.
The RepositoryItemPopupContainerEdit class inherits the common popup window management features from its ancestor RepositoryItemPopupBase class. It introduces members for displaying a custom control within the popup window. The main settings include:
You do not need to create repository items manually unless you have to create in-place editors for container controls.
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemPopupContainerEdit RepositoryItemCheckedComboBoxEdit
See Also