Skip to main content

DashboardItemElementCustomColorEventArgs.Measures Property

Gets measures corresponding to the current dashboard item element.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

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