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

TimeEdit.Popup Event

Occurs after the TimeEdit control’s pop-up window is completely displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(true)]
[DXCategory("Events")]
public override event EventHandler Popup

Event Data

The Popup event's data class is EventArgs.

Remarks

The Popup event follows up the TimeEdit.QueryPopUp event if it was not canceled.

To allow end-users to modify a TimeEdit control’s value via the pop-up window, set its RepositoryItemTimeEdit.TimeEditStyle property to TimeEditStyle.TouchUI.

See Also