Skip to main content

PopupBaseEdit.ShowPopup() Method

In This Article

Invokes the editor's popup window.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.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