PopupBaseEdit.ClosePopup() Method
Closes the popup window, accepting the changes made.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
The ClosePopup method lets you close the popup window and accept the changes made within it. Note that this method is not in effect for editors that only change their value by closing the popup window.
See Also