Skip to main content
All docs
V24.2

DataItemPopupMenuShowingEventArgs.Menu Property

Gets a data item’s pop-up menu.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public PopupMenu Menu { get; }

#Property Value

Type Description
PopupMenu

The pop-up menu.

See Also