Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.GetMeasureValue(String) Method

Returns a total summary value for the specified measure.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataMeasureValue GetMeasureValue(
    string measureId
)

Parameters

Name Type Description
measureId String

A String that is the measure identifier.

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

A ASPxClientDashboardItemDataMeasureValue object providing the measure value and display text.

Remarks

Use the ASPxClientDashboardItemDataMeasure.Id property to obtain the data item identifier passed to the GetMeasureValue method. The ASPxClientDashboardItemDataMeasure class objects are returned by the following properties.

See Also