DashboardItemMouseHitTestEventArgs.Data Property
In This Article
Gets the dashboard item’s client data.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public MultiDimensionalData Data { get; }
#Property Value
Type | Description |
---|---|
Multi |
A Multi |
See Also