Skip to main content
A newer version of this page is available. .

PopupBaseEdit.ClosePopup() Method

Closes the popup window, accepting the changes made.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

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