Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

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