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

DashboardItemElementCustomColorEventArgs.Measures Property

Gets measures corresponding to the current dashboard item element.

Namespace: DevExpress.DashboardWin

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

Declaration

public List<MeasureDescriptor> Measures { get; }

Property Value

Type Description
List<MeasureDescriptor>

A list of MeasureDescriptor objects that are measures corresponding to the current dashboard item element.

See Also