Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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