DashboardItemElementCustomColorEventArgs.Measures Property
Gets measures corresponding to the current dashboard item element.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
List<MeasureDescriptor> | A list of MeasureDescriptor objects that are measures corresponding to the current dashboard item element. |
See Also