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

DashboardItemSelectionChangedWpfEventArgs.DashboardItemName Property

Gets the name of the dashboard item that is the event’s source.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v20.2.Wpf.dll

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

Declaration

public string DashboardItemName { get; }

Property Value

Type Description
String

A String that is the dashboard item’s name.

See Also