Skip to main content
All docs
V23.2

RepositoryItemDateTimeOffsetEdit.Popup Event

Occurs after the editor shows its drop-down menu. Do not invoke any message boxes within this event handler.

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.

See Also