PopupBaseEdit.ShowPopup() Method
Invokes the editor’s popup window.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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