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

PopupBaseEdit.ShowPopup() Method

Invokes the editor’s popup window.

Namespace: DevExpress.Xpf.Editors

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

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