Skip to main content

PopupBaseEdit() Constructor

Creates a new instance of the PopupBaseEdit class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupBaseEdit()

Remarks

The PopupBaseEdit class is abstract and you should not create its instances directly. The current constructor is automatically invoked when you create controls derived from the PopupBaseEdit class, such as CalcEdit, ColorEdit and ComboBoxEdit etc.

See Also