Skip to main content
A newer version of this page is available. .
All docs
V20.2

DateTimeOffsetEdit.ClosePopup() Method

Accepts a user’s edits in the editor drop-down menu and closes this menu. To close the menu without accepting changes, call the DateTimeOffsetEdit.CancelPopup() method instead. See the PopupBaseEdit.ClosePopup() method for more information.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override void ClosePopup()
See Also