DashboardDesigner.DashboardItemClick Event
Occurs when an end-user clicks a dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public event DashboardItemMouseActionEventHandler DashboardItemClick
#Event Data
The DashboardItemClick event's data class is DashboardItemMouseActionEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Dashboard |
Gets the name of the dashboard item for which the event has been raised.
Inherited from Dashboard |
Data |
Gets the dashboard item’s client data.
Inherited from Dashboard |
The event data class exposes the following methods:
Method | Description |
---|---|
Get |
Returns the axis point corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Returns the axis point corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Gets a list of deltas corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Gets a list of measures corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Returns the slice of client data by the axis point corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Returns the slice of client data by the axis point corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Returns underlying data corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Returns underlying data corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Returns underlying data corresponding to the visual element located under the test point.
Inherited from Dashboard |
Get |
Returns underlying data corresponding to the visual element located under the test point.
Inherited from Dashboard |
#Remarks
Use the DashboardItemMouseEventArgs.DashboardItemName property to obtain the dashboard item name for which the event has been raised. The DashboardItemMouseHitTestEventArgs.Data property returns the client data for this dashboard item.
The DashboardItemMouseHitTestEventArgs.GetAxisPoint method returns the axis point related to the clicked dashboard item element. To obtain the underlying data for this element, use the DashboardItemMouseHitTestEventArgs.GetUnderlyingData method.
Note
The Dashboard
- The Dashboard
Item event is not raised for filter elements.Click - The Dashboard
Item event is not raised for custom dashboard items.Click - The Dashboard
Item event parameters do not return data related to a clicked visual element (for instance, DashboardClick Item ) for the following dashboard items: Range Filter, Images, Text Box.Mouse Hit Test Event Args. Get Axis Point