Skip to main content
A newer version of this page is available. .
All docs
V21.2

DataItemPopupMenuShowingEventArgs.DataItem Property

Gets a data item for which a pop-up menu is invoked.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DataItem DataItem { get; }

Property Value

Type Description
DataItem

The data item for which a pop-up menu is invoked.

See Also