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

DashboardItemMouseHitTestEventArgs Class

Base class for classes that contain event data and provide access to dashboard item’s client and underlying data for the visual element located under the test point.

Namespace: DevExpress.DashboardWin

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

Declaration

public class DashboardItemMouseHitTestEventArgs :
    DashboardItemMouseEventArgs

Remarks

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

The DashboardItemMouseHitTestEventArgs.GetAxisPoint allows you to obtain the axis point corresponding to the visual element located under the test point. Use the DashboardItemMouseHitTestEventArgs.GetUnderlyingData method to obtain the underlying data related to this visual element.

The DashboardItemMouseHitTestEventArgs.Data property returns the client data for this dashboard item while the DashboardItemMouseHitTestEventArgs.GetSlice method slices the client data by the axis point corresponding to the visual element located under the test point.

See Also