TimeEdit.ClosePopup() Method
Closes the popup window accepting the changes made.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override void ClosePopup()
Remarks
The TimeEdit control provides a popup window in the TouchUI mode (see RepositoryItemTimeEdit.TimeEditStyle). The ClosePopup method closes the popup window, accepting the changes made. For more information on the ClosePopup method behavior, see PopupBaseEdit.ClosePopup.
See Also