Skip to main content
All docs
V18.2

ASPxClientDashboardItemClickEventArgs.RequestUnderlyingData(ASPxClientDashboardItemRequestUnderlyingDataCompleted, String[]) Method

Requests underlying data corresponding to the clicked visual element.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void RequestUnderlyingData(
    ASPxClientDashboardItemRequestUnderlyingDataCompleted onCompleted,
    string[] dataMembers
)

Parameters

Name Type Description
onCompleted ASPxClientDashboardItemRequestUnderlyingDataCompleted

A ASPxClientDashboardItemRequestUnderlyingDataCompleted object that references a method executed after the request is completed.

dataMembers String[]

(Optional) An array of string values that specify data members used to obtain underlying data. If this parameter is not specified, underlying data for all available data members will be requested.

Remarks

Note that the RequestUnderlyingData method does not return data for calculated fields containing the Aggr function.

See Also