Skip to main content

PopupMenuShowingEventArgs.Menu Property

Gets the menu that will be invoked.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public FilterControlMenu Menu { get; }

Property Value

Type Description
DevExpress.XtraEditors.FilterControlMenu

A DXPopupMenu object that is the menu to be invoked.

See Also