Back to Devexpress

PopupBaseEdit.ClosePopup() Method

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-73f5a81a.md

latest1.1 KB
Original Source

PopupBaseEdit.ClosePopup() Method

Closes the popup window, accepting the changes made.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void ClosePopup()
vb
Public Sub ClosePopup

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

CancelPopup()

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace