DateTimeOffsetEdit.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
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DXCategory("Events")]
[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