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

DashboardItemMouseHitTestEventArgs.GetDeltas() Method

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

Namespace: DevExpress.DashboardWin

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

Declaration

public IList<DeltaDescriptor> GetDeltas()

Returns

Type Description
IList<DeltaDescriptor>

A list of DeltaDescriptor objects containing the delta metadata.

See Also