PopupBaseEdit.BeforePopup Event
Fires when the editor’s pop-up is about to be displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The BeforePopup event's data class is EventArgs.
Remarks
See the RepositoryItemPopupBase.BeforePopup event, which is equivalent to the current BeforePopup event, for details and an example.
See Also