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

IMouseApiProvider.DashboardItemName Property

Gets the dashboard item component name.

Namespace: DevExpress.DashboardWpf

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

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

Declaration

string DashboardItemName { get; }

Property Value

Type Description
String

A String that is the DashboardItem.ComponentName value.

See Also