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

PopupMenuShowingEventArgs.Menu Property

Gets the menu that will be invoked.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public FilterControlMenu Menu { get; }

Property Value

Type Description
DevExpress.XtraEditors.FilterControlMenu

A DXPopupMenu object that is the menu to be invoked.

See Also