windowsforms-devexpress-dot-xtraeditors-4b3c23f5.md
Serves as the base for editors displaying popup windows.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public abstract class PopupBaseEdit :
ButtonEdit,
IPopupControlEx,
IPopupControl,
IPopupHelperController
Public MustInherit Class PopupBaseEdit
Inherits ButtonEdit
Implements IPopupControlEx,
IPopupControl,
IPopupHelperController
The following members return PopupBaseEdit objects:
The abstract PopupBaseEdit class represents the base class for editors with popup windows. The functionality it provides includes the following:
You should not create instances of the PopupBaseEdit class directly. Use it as the base class when creating custom editors with popup windows.
Show 54 items
Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit BaseSpinEdit
ResourcesPopupCheckedListBoxControl
StorageBindedImageComboBoxEdit
See Also