Skip to main content

RepositoryItemTimeEdit.Popup Event

Occurs after the editor’s popup window has been opened.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override event EventHandler Popup

Event Data

The Popup event's data class is EventArgs.

Remarks

The Popup event is supported in the TouchUI mode (see RepositoryItemTimeEdit.TimeEditStyle), where the TimeEdit control provides a dropdown window for editing time values. See the base RepositoryItemPopupBase.Popup event to learn more.

See Also