Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.GetItemData(String) Method

Returns the client data for the specified dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemData GetItemData(
    string itemName
)

Parameters

Name Type Description
itemName String

A string that specifies the component name of the dashboard item.

Returns

Type Description
ASPxClientDashboardItemData

An ASPxClientDashboardItemData object that represents multidimensional data visualized in the dashboard item.

See Also