Back to Devexpress

RepositoryItemPopupContainerEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-cd2c3eb9.md

latest4.0 KB
Original Source

RepositoryItemPopupContainerEdit Class

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

Declaration

csharp
public class RepositoryItemPopupContainerEdit :
    RepositoryItemPopupBase,
    IPopupWidthMode
vb
Public Class RepositoryItemPopupContainerEdit
    Inherits RepositoryItemPopupBase
    Implements 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.

Inheritance

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemPopupContainerEdit RepositoryItemCheckedComboBoxEdit

See Also

RepositoryItemPopupContainerEdit Members

PopupContainerEdit

Properties

DevExpress.XtraEditors.Repository Namespace