Back to Devexpress

PopupBaseEdit.ShowPopup() Method

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-fe8de765.md

latest1.2 KB
Original Source

PopupBaseEdit.ShowPopup() Method

Invokes the editor’s popup window.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void ShowPopup()
vb
Public Sub 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

PopupOpening

PopupOpened

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace