Skip to main content

PopupBaseEdit.ClosePopup() Method

Closes the popup window, accepting the changes made.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void 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