Skip to main content
All docs
V25.1
  • RepositoryItemDateTimeOffsetEdit.QueryPopUp Event

    Fires when the editor is about to open its drop-down menu. Allows you to set the Cancel property to true to keep this menu closed. See the RepositoryItemPopupBase.QueryPopUp event for more information.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(true)]
    [EditorBrowsable(EditorBrowsableState.Always)]
    public override event CancelEventHandler QueryPopUp

    Event Data

    The QueryPopUp event's data class is CancelEventArgs. The following properties provide information specific to this event:

    Property Description
    Cancel Gets or sets a value indicating whether the event should be canceled.
    See Also