Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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