Skip to main content

DashboardItemMouseHitTestEventArgs.Data Property

Gets the dashboard item’s client data.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public MultiDimensionalData Data { get; }

Property Value

Type Description
MultiDimensionalData

A MultiDimensionalData object that represents the client data.

See Also