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

DashboardItemMouseHitTestEventArgs.GetMeasures() Method

Gets a list of measures corresponding to the visual element located under the test point.

Namespace: DevExpress.DashboardWin

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

Declaration

public IList<MeasureDescriptor> GetMeasures()

Returns

Type Description
IList<MeasureDescriptor>

A list of MeasureDescriptor objects that contain the measure metadata.

See Also