Skip to main content
All docs
V24.1

RepositoryItemDateTimeOffsetEdit.QueryCloseUp Event

Fires when the editor drop-down menu is about to close. Allows you to set the Cancel property to true to keep this menu open. Does not occur when a user clicks outside the editor or switches to another application. See the RepositoryItemPopupBase.QueryCloseUp event for more details.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

The QueryCloseUp 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