Skip to main content
A newer version of this page is available. .
All docs
V20.2

DateTimeOffsetEdit.Popup Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.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.

See Also