Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs Class

Provides data for the FilterControl.PopupMenuShowing event.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v19.2.dll

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