Skip to main content

TimeEdit.CancelPopup() Method

Closes the editor’s popup window discarding 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 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