Skip to main content
All docs
V25.1
  • 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.v25.1.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