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.v24.2.dll
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override void CancelPopup()
See Also