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

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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