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

DashboardItemMouseHitTestEventArgs.Data Property

Gets the dashboard item’s client data.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public MultiDimensionalData Data { get; }

Property Value

Type Description
MultiDimensionalData

A MultiDimensionalData object that represents the client data.

See Also