Skip to main content
All docs
V18.2

DashboardItemVisualInteractivityWpfEventArgs.DashboardItemName Property

Gets the name of the dashboard item for which the event is raised.

Namespace: DevExpress.DashboardWpf

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

Declaration

public string DashboardItemName { get; }

Property Value

Type Description
String

The dashboard item name.

See Also