TimeEdit.Popup Event
Occurs after the TimeEdit control’s pop-up window is completely displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DXCategory("Events")]
[EditorBrowsable(EditorBrowsableState.Always)]
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