Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.GetDeltaValue(String) Method

Gets the summary value for the specified delta.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataDeltaValue GetDeltaValue(
    string deltaId
)

Parameters

Name Type Description
deltaId String

A String that is the data item identifier.

Returns

Type Description
ASPxClientDashboardItemDataDeltaValue

A ASPxClientDashboardItemDataDeltaValue object providing delta element values.

Remarks

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

See Also