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

TimeEdit.CancelPopup() Method

Closes the editor’s popup window discarding the changes made.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(true)]
public override void CancelPopup()

Remarks

The TimeEdit control provides a popup window in the TouchUI mode (see RepositoryItemTimeEdit.TimeEditStyle). The CancelPopup method closes the editor’s popup window discarding the changes made. For more information on the CancelPopup method behavior, see PopupBaseEdit.CancelPopup.

See Also