Skip to main content
A newer version of this page is available. .

PopupBaseEdit() Constructor

Creates a new instance of the PopupBaseEdit class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PopupBaseEdit() constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also