Skip to main content

RepositoryItemPopupContainerEdit Class

Represents a repository item that provides settings for PopupContainerEdit editors.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class RepositoryItemPopupContainerEdit :
    RepositoryItemPopupBase,
    IPopupWidthMode

The following members return RepositoryItemPopupContainerEdit objects:

Remarks

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.

See Also