IDashboardControl.DashboardItemMouseEnter Event
Occurs when the mouse pointer enters the dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v22.2.Win.dll
NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design
Declaration
Event Data
The DashboardItemMouseEnter 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. |
See Also