Skip to main content
A newer version of this page is available. .

TimeEdit.ClosePopup() Method

Closes the popup window accepting the changes made.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(true)]
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