Skip to main content

PopupMenuShowingEventArgs Class

Provides data for the FilterControl.PopupMenuShowing event.

Namespace: DevExpress.XtraEditors.Filtering

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