Skip to main content

RepositoryItemTimeEdit.QueryPopUp Event

Enables you to specify whether an attempt to open the editor’s popup window will succeed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.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.

Remarks

The QueryPopUp event is supported in the TouchUI mode (see RepositoryItemTimeEdit.TimeEditStyle), where the TimeEdit control provides a dropdown window for editing time values. See the base RepositoryItemPopupBase.QueryPopUp event to learn more.

See Also