PopupMenuShowingEventArgs Class
In This Article
Provides data for the FilterControl.PopupMenuShowing event.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class PopupMenuShowingEventArgs :
CancelEventArgs
#Remarks
The PopupMenuShowingEventArgs objects are automatically created, initialized and passed to the FilterControl.PopupMenuShowing event handlers.
#Inheritance
Object
EventArgs
CancelEventArgs
PopupMenuShowingEventArgs
See Also