Skip to main content
All docs
V23.2

DateTimeOffsetEdit.CancelPopup() Method

Closes the editor’s drop-down menu and discards all changes a user has made in this menu. To accept changes, call the DateTimeOffsetEdit.ClosePopup() method instead. See the PopupBaseEdit.CancelPopup() method for more information.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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