Skip to main content

DashboardItemSelectionChangedWpfEventArgs.DashboardItemName Property

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

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public string DashboardItemName { get; }

Property Value

Type Description
String

A String that is the dashboard item’s name.

See Also