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

DashboardItemSelectedEventArgs.SelectedDashboardItem Property

Gets a dashboard item for which the event is raised.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public DashboardItem SelectedDashboardItem { get; }

Property Value

Type Description
DashboardItem

A dashboard item for which the event is raised.

See Also