Skip to main content
All docs
V18.2

ASPxClientDashboardItemElementCustomColorEventArgs.GetMeasures() Method

Gets measures corresponding to the current dashboard item element.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public ASPxClientDashboardItemDataMeasure[] GetMeasures()

Returns

Type Description
ASPxClientDashboardItemDataMeasure[]

An array of ASPxClientDashboardItemDataMeasure objects that specify measures.

See Also