Skip to main content

PopupBaseEdit.ShowPopup() Method

Invokes the editor’s popup window.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void ShowPopup()

Remarks

A popup window can be shown if the editor isn’t read-only (the BaseEdit.IsReadOnly property is set to false).

To close the editor’s popup window in code, use the PopupBaseEdit.ClosePopup method.

See Also