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

DashboardDesigner.DashboardItemMouseHover Event

Occurs when the mouse pointer rests on the dashboard item.

Namespace: DevExpress.DashboardWin

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

Declaration

public event DashboardItemMouseEventHandler DashboardItemMouseHover

Event Data

The DashboardItemMouseHover event's data class is DashboardItemMouseEventArgs. The following properties provide information specific to this event:

Property Description
DashboardItemName Gets the name of the dashboard item for which the event has been raised.

Remarks

Use the DashboardItemMouseEventArgs.DashboardItemName property to obtain the dashboard item name for which the event has been raised.

See Also